Restream stops after a while
Hi!
I need to publish streams to 2 different application at the same time:
1) rtmp://stream.myhost.ru/live
2) rtmfp://stream.myhost.ru/multicast
I configure my server to republish all streams from live to multicast using this tutorial.
When the streamer connects to the server and starts publishing something to "live" the server automatically restreams it to multicast. But after a while p2p stream suddenly freezes. The main stream continues to work. In the server logs nothing interesting, just onUnpublishing ![]()
I tried using ffmpeg to get stream from live and pubilsh to multicast manually:
ffmpeg -i rtmp://stream.myhost.ru/live/test -vcodec copy -acodec copy -f flv rtmp://stream.myhost.ru/multicast/test
But the result was the same. Multicast stream freezes after a while, ffmpeg сontinued to show their hard work and did not show any errors.
What can I do to find the error?
