[vlc] RTP streaming using VLC
Saurabh Garg
sgarg at ipunity.com
Tue Jan 17 12:27:12 CET 2006
Hi,
I am trying to stream an incomming rtp stream using VLC. The stream is encoded in 'ulaw' format and I use the following to stream it as mms://
:sout=#transcode{acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,url=:10000/first.asf}
It works well for WMP and Real Player.
However, for Quicktime (and if possible Real also) I want to stream it as an RTP stream, and use the following option:
:sout=#transcode{acodec=mp3,ab=32,channels=2}:rtp{sdp=rtsp://localhost:8800/f.sdp}
There is no problem with streaming and Quicktime appears to start playing the content. But there is no audio to be listened to. Is it a codec problem ? Or is it that the packetization (mux) done by VLC for RTP, is not compatible with Quicktime Player.
Also, is it possible to send the stream 'as-it-is' without transcoding it for the above case.
Also the Real player seems no to do anything and hangs.
I am using Quicktime version 10.
Thanks,
Saurabh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20060117/0b98ff28/attachment.html>
More information about the vlc
mailing list