[vlc] Re: 0.8.1 support for Darwin Streaming Server?

Ricardo Kleemann ricardo at americasnet.com
Tue Dec 7 04:08:30 CET 2004


I seem to be having trouble getting it to work...

Here's the vlc command:

vlc.exe -vvv dshow:// --dshow-adev="none" --no-dshow-config --sout
"#transcode:rtp" --sout-transcode-vcodec="mp4v" --sout-transcode-vb="128" --
sout-transcode-width=240 --sout-transcode-height=180 --sout-rtp-dst="192.168
.1.245" --sout-rtp-ttl="127" --sout-rtp-port-audio="5000" --sout-rtp-port-vi
deo="5002" --sout-rtp-sdp="file://C:\Documents and
Settings\ricardo\Desktop\vlc.sdp"

And here's the sdp file:

v=0
o=- 1715223378 1 IN IP4 127.0.0.1
s=NONE
t=0 0
a=tool:vlc 0.8.1
c=IN IP4 192.168.1.245/127
m=video 5002 RTP/AVP 96
m=audio 5000 RTP/AVP 0
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=3;
config=000001b001000001b58913000001000000012000c4f8807d8800cd168448146300000
1b246466d706567302e342e392d707265316234373331;

One interesting thing, I had to manually add the audio line because the sdp
file created by VLC did not have an audio stream... any ideas why?

Anyway, when I try to access, I'm able to connect, the QT plugin even shows
buffering of data, but I get no video or audio output.



----- Original Message ----- 
From: "Tomas" <tomasm at hotpop.com>
To: <vlc at videolan.org>
Sent: Monday, December 06, 2004 1:01 PM
Subject: [vlc] Re: 0.8.1 support for Darwin Streaming Server?


> Ricardo Kleemann wrote:
> > Will VLC create the appropriate SDP file for use with DSS? How should
> > the sdp be configured?
>
> Yes, use the --sout-rtp-sdp option with a file-url. Here's an example
> without audio:
>
>    --sout "#transcode:rtp" \
>      --sout-transcode-vcodec="mp4v" \
>      --sout-transcode-vb="64" \
>      --sout-rtp-dst="239.10.10.10" \
>      --sout-rtp-ttl="127" \
>      --sout-rtp-sdp="file://C:/Program Files/Darwin Streaming
> Server/Movies/vlc.sdp"
>
> -Tomas
>
> -- 
> This is the vlc mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
>
>

-- 
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