Hi forum,
we've been trying to get VLC to multicast out a stream we recieve over HTTP using the following command:
vlc -I "dummy" "$SURL" --sout "#rtp{access=udp,mux=ts,dst=${IP},port=${PORT},sap,group=Video${REV},name=tester${REV}}" :sout-all&
We find that this is working sometimes for a single stream, but the stream can randomly stop and restart (so I'm talking multicast packets out and also from a VLC client connected to the multicast video). Additionally, if we try and stream multiple videos from the same server then none of them work, the VLC command executes, we see some multicast network traffic out, but we can't connect to any videos from a VLC client.
We have some hardware multicast devices streaming video on the same network config that work ok, so we don't think the network is at fault.
Does anyone have any ideas what may be causing the issue, what we can do to improve things or troubleshoot further?
We are using VLC 3.0.4 on Ubuntu 18.04 LTS.
thanks in advance! Andy.