Streaming Problem with RTP and PS
Posted: 25 May 2011 11:51
Hi everybody,
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:
If I use Transport Stream (mux=ts) it works perfectly, but I need to do it using also PS.
Can anybody help me? Thanks!!
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!!