Hey All, I'm trying to get convert unicast RTSP streams into multicast RTSP streams. I can get this to work with a single stream using this command. vlc -vvv rtsp://10.0.1.131:7447/vod/514f4586-c736-398a-80a4-8ba7face9fc2_0 --sout '#rtp{dst=10.0.1.131,port=7447,sdp=rtsp://10.0.1.130:8080/test.sdp}' ...