[vlc-devel] Re: rtp stream and SDP file

Sooyoung Sung maximus at cmu.edu
Tue Apr 13 04:37:50 CEST 2004


Hi,

The following commandline, which Benjamin suggested several days ago, does
not work. It doesn't output any stream, and it doesn't let me access the
SDP files on http.

./vlc -vvv dshow:// :dshow-vdev="0sprey 50 USB Capture (NTSC)"
:dshow-adev="SB Live! Wave Device" :dshow-size="640x480" --sout
'#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,rtp{dst=madmex.cmcl.cs.cmu.edu,port=23450,sdp=http://srees.cmcl.cs.cmu.edu:8080/sooyoung.sdp}}'



As I said in the previous email, the following command outputs stream
fine, but it doesn't permit access to SDP file.

./vlc -vvv dshow:// :dshow-vdev="0sprey 50 USB Capture (NTSC)"
:dshow-adev="SB Live! Wave Device" :dshow-size="640x480" --sout
'#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=rtp,mux=ts,url=madmex.cmcl.cs.cmu.edu:23450,sdp=http://srees.cmcl.cs.cmu.edu:8080/sooyoung.sdp}}'


Any idea? Thanks.

Sooyoung


> On Tue, Apr 06, 2004, Sooyoung Sung wrote :
>> -------------------------------------------------
>> ./vlc -vvv dshow:// :dshow-vdev="0sprey 50 USB Capture (NTSC)"
>> :dshow-adev="SB Live! Wave Device" :dshow-size="640x480" --sout
>> '#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=rtp,mux=ts,url=madmex.cmcl.cs.cmu.edu:23450,sdp=http://srees.cmcl.cs.cmu.edu:8080/sooyoung.sdp}}'
>> -------------------------------------------------
>>
>> -------------------------------------------------
>> ./vlc -vvv dshow:// :dshow-vdev="0sprey 50 USB Capture (NTSC)"
>> :dshow-adev="SB Live! Wave Device" :dshow-size="640x480" --sout
>> '#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:rtp{dst=madmex.cmcl.cs.cmu.edu,port=23450,sdp=http://srees.cmcl.cs.cmu.edu:8080/sooyoung.sdp}'
>> -------------------------------------------------
>>
>
> Remplace :
>
> dst=std{access=rtp,mux=ts,url=madmex.cmcl.cs.cmu.edu:23450,sdp=http://srees.cmcl.cs.cmu.edu:8080/sooyoung.sdp}
>
> by
>
> rtp{dst=madmex.cmcl.cs.cmu.edu,port=23450,sdp=http://srees.cmcl.cs.cmu.edu:8080/sooyoung.sdp}
>
> in the first one
>
> --
> $(echo "BigBen")
>
> Oui je quote, et alors ?
>
> --
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>
>
>
>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list