Page 1 of 1

Can't get a continous streaming

Posted: 20 Mar 2011 16:56
by supergrey
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

Re: Can't get a continous streaming

Posted: 20 Mar 2011 18:55
by Rémi Denis-Courmont
I'm afraid there's not much to do about that.

Re: Can't get a continous streaming

Posted: 21 Mar 2011 16:48
by supergrey
Do you mean VLC can't stream without cuts ?

Re: Can't get a continous streaming

Posted: 21 Mar 2011 17:03
by Rémi Denis-Courmont
I mean that avoiding artifacts between tracks is going to be difficult, given the extra work needed from the system to switch input.

Re: Can't get a continous streaming

Posted: 22 Mar 2011 08:45
by supergrey
ok, thank you.