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 ...