Page 1 of 1

Streaming stops. How to ensure continuos streaming?

Posted: 09 Feb 2009 23:38
by nereikianieko
I'm trying to stream to linux server from Windows PC. I''ve tested Windows PC stream and it works well. It has these options:
PC -> SERVER:
:sout=#transcode{vcodec=mp2v,vb=250,scale=1}:duplicate{dst=std{access=http,mux=ts,dst=my_ip:5555}}
(if it's a better way I will use it)

After that I'm trying to stream from Server to player:
SERVER (via VLM) -> PLAYER:
new MYNAME broadcast enabled input "http://my_ip:5555 " output #transcode{vcodec=mp2v,vb=256,scale=1}:std{access=http,mux=ts,dst=server_ip:5555}

But after some time playback stops. How to disable these stops?

Re: Streaming stops. How to ensure continuos streaming?

Posted: 10 Feb 2009 03:17
by songoo
try option sout-keep , or try to mux that video to mp4 (afther that no transcoding needed)

Re: Streaming stops. How to ensure continuos streaming?

Posted: 06 Apr 2009 10:52
by tkorho
I don't know anything, but you could try using the --http-caching to modify the receive buffer on the receiving end, to see if it helps?

Re: Streaming stops. How to ensure continuos streaming?

Posted: 06 Apr 2009 19:44
by RĂ©mi Denis-Courmont
You simply need to ensure that your original HTTP input does not stop...