]> git.sesse.net Git - vlc/commitdiff
lua/http: use h264 in flash-streaming
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 28 Jan 2010 06:03:37 +0000 (08:03 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 28 Jan 2010 06:03:53 +0000 (08:03 +0200)
share/lua/http/flash.html

index 7f0ad7704e8a215202be2985e05420d90452f242..e38c84262629e28a146ac731ec8dc584e20ad0ae 100644 (file)
@@ -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>