Hi, I am trying to stream a mpeg file via RTSP. I use the following command line: vlc -vvv FILE.MPEG --loop --sout '#rtp{dst=DEST_IP,port=1234,sdp=rtsp://MY-SERVER:8080/test.sdp}' After that I can receive this stream on DEST_IP by connecting to rtsp://MY-SERVER:8080/test.sdp . However, if FILE.MPEG ...