[vlc-devel] RTP Streaming

J Decker d3ck0r at gmail.com
Fri Jul 1 20:55:27 CEST 2011


Some of the issue is how the command line is built vs windows/linux
apaprently, replaced the --sout '#rtp... with :sout=#rtp .... and it's
happier, still can't open the stream, don't know if I need something
else for sap to work - but sap never shows up anywhere...  I gather
that I need that functionality for RTP to work?

what's the differnce between RTP / MPEG Transport Stream and RTP
Audio/Video Profile?

On Fri, Jul 1, 2011 at 10:49 AM, J Decker <d3ck0r at gmail.com> wrote:
> 1) sorry this is to developer and not user....
>
> Okay I'm just trying to use RTP to stream some things
>
> http://www.videolan.org/doc/streaming-howto/en/ch04.html  This page
> seems to be duplicated over and over and indicates that I can do
>
> vlc -vvv input_stream --sout
> '#rtp{dst=192.168.0.12,port=1234,sdp=rtsp://server.example.org:8080/test.sdp}'
>
> (replacing I think 'input_stream' with dshow:// for instance?)
>
> and on the other side vlc rtsp://server.example.org:8080/test.sdp
>
>
> But, the first line says
>
> stream_out_standard debug: extension -> mux=(null)
> stream_out_standard error: no mux specified or found by extension
>
> in the message log....
>
> I used to use this line to launch a stream
>
> standard{mux="",access="'#transcode{vcodec=mp4v,acodec=mpga,vb=3072,height=480,width=720,ab=192,channels=2}",dst="duplicate{dst=display,dst=standard{access=http,mux=ts,dst=0.0.0.0:1234,height=480,width=720}}"}
>
> but that's coming back with the same error now... and that even has a
> 'mux=ts' in it.
> I saw on another place that RTP is a mux, ...... and shouldn't use
> mux=ts on that (I tried adding that to the above commands and it
> didn't help with no mux specified....
>
>
> Sincerely confused,
> jim
>



More information about the vlc-devel mailing list