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