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?