[vlc-devel] commit: lua/http: use h264 in flash-streaming (Ilkka Ollakka )

git version control git at videolan.org
Thu Jan 28 07:03:59 CET 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Jan 28 08:03:37 2010 +0200| [23b256282b57259d7019dc4ff6c78033b730b9e3] | committer: Ilkka Ollakka 

lua/http: use h264 in flash-streaming

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23b256282b57259d7019dc4ff6c78033b730b9e3
---

 share/lua/http/flash.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/http/flash.html b/share/lua/http/flash.html
index 7f0ad77..e38c842 100644
--- a/share/lua/http/flash.html
+++ b/share/lua/http/flash.html
@@ -13,7 +13,7 @@
 <script type="text/javascript">
 // <![CDATA[
 host = document.location.toString().replace( /http:\/\//, '' ).replace( /[:/].*/, '' );
-input_options.push( ":sout=#transcode{vcodec=FLV1,acodec=mp3,channels=2,samplerate=44100}:std{access=http,mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/stream.flv}" );
+input_options.push( ":sout=#transcode{vcodec=h264,acodec=mp3,channels=2,samplerate=44100}:std{access=http,dst=0.0.0.0:8081/stream.flv}" );
 input_options.push( ":no-sout-keep" );
 // ]]>
 </script>




More information about the vlc-devel mailing list