VLM Multiple Multicast stream issues
Posted: 30 Apr 2014 15:51
I am trying to take several RTSP H.264 streams from some generic encoders and have VLM rebroadcast them as mutlicast without transcoding.
This works well if I manually stream using VLC with the GUI for a single stream. This stream works without issue for days.
If I use VLM (either by feeding a VLM conf file as a command line option, or via the web interface) only one of my streams work, and it eventually stops after 15-20 minutes.
Here is my VLM conf file contents:
Eventually I will have about 10 streams going simultaneously. CPU usage is very low because there is no transcoding. Network usage is low because each stream maxes out at 2150kbps. Any ideas on what might be the issue. Thanks!
This works well if I manually stream using VLC with the GUI for a single stream. This stream works without issue for days.
If I use VLM (either by feeding a VLM conf file as a command line option, or via the web interface) only one of my streams work, and it eventually stops after 15-20 minutes.
Here is my VLM conf file contents:
Code: Select all
new MSES broadcast enabled
setup MSES input "rtsp://10.168.160.253"
setup MSES output #rtp{ttl=10,dst=239.255.160.253,port=59160,mux=ts,sap,name=MSES}
setup MSES option network-caching=5000
new BES broadcast enabled
setup BES input "rtsp://10.168.48.253"
setup BES output #rtp{ttl=10,dst=239.255.48.253,port=59048,mux=ts,sap,name=BES}
setup BES option network-caching=5000
new CCES broadcast enabled
setup CCES input "rtsp://10.168.64.253"
setup CCES output #rtp{ttl=10,dst=239.255.64.253,port=59064,sap,name=CCES}
setup CCES option network-caching=5000
control MSES play
control BES play
control CCES play