[vlc] rtp streaming

Philippe De Neve Philippe.deneve at intec.ugent.be
Wed Apr 19 10:05:22 CEST 2006


Hi all,

I'm trying to send a mpg stream using RTP. The thing is that I need to know 
before streaming the rtp ports for the audio and video stream. If I use VLM 
the ports numbers change and I cannot set them (Am I correct here?).

If I use this command (chapter 4):

vlc -vvv input_stream --sout 
'#rtp{dst=10.10.4.128,,port=1234,sdp=rtsp://10.10.4.129:8080/test.sdp}'
Then the video is probably streamed to port 1234 and the audio to 1236, at 
least I  expect this (correct me if wrong).

But I get this message:

stream_out_standard error: no access _and_ no muxer (fatal error)

main error: stream chained failed for 
`std{mux="",access="",url="'#rtp{dst=10.10.4.128,port=1234,sdp=rtsp://10.10.4.129:8080/test.sdp}'"}'

main error: cannot start stream output instance, aborting

Do I need to set the muxer and access module? I thought they where fixed 
when streaming over rtsp?

Anybody got a solution.

regards, Philippe.







-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list