I'm trying to stream an MP4 video using RTP and Program Stream, but it doesn't work. It plays nothing in the receiver.
This is the command I'm using:
Code: Select all
vlc -vvv input.mp4 --file-caching=1200 --sout '#rtp{dst=localhost,port=5004,mux=ps}' -Idummy –loop
Can anybody help me? Thanks!!