Can't get a continous streaming
Posted: 20 Mar 2011 16:56
Hello, I am trying to stream several 10 seconds videos into a continous live flux with this command:
vlc.exe --sout-all --sout-keep --run-time 100 -I dummy -L video.avi --sout "#transcode{vcodec=h264,vb=800,fps=20,scale=0,width=460,height=300,acodec,ab=128,channels=2,samplerate=22050}:gather:http{mux=ffmpeg{mux=flv},dst=:8080/mylive}"
It works but I still have some little pauses/blanks/cut between each video is it possible to avoid that by changing something in my command or do you think there's a problem with my video ?
You can get 3 or my videos here: http://supergrey.free.fr/videos.zip (the codec is huffyuv http://neuron2.net/www.math.berkeley.ed ... -1.3.1.zip)
Thanks
vlc.exe --sout-all --sout-keep --run-time 100 -I dummy -L video.avi --sout "#transcode{vcodec=h264,vb=800,fps=20,scale=0,width=460,height=300,acodec,ab=128,channels=2,samplerate=22050}:gather:http{mux=ffmpeg{mux=flv},dst=:8080/mylive}"
It works but I still have some little pauses/blanks/cut between each video is it possible to avoid that by changing something in my command or do you think there's a problem with my video ?
You can get 3 or my videos here: http://supergrey.free.fr/videos.zip (the codec is huffyuv http://neuron2.net/www.math.berkeley.ed ... -1.3.1.zip)
Thanks