[vlc-devel] Re: file SDP

Tomas tomasm at hotpop.com
Mon Nov 15 19:31:28 CET 2004


johnny Laura wrote:
> Hello
> I've a question about tha file *.sdp; I've two computers with vlc,
> one like a server and and another like a client, all is excelent but
> but question is how the client access to the video streaming exactly
> to the file "test.sdp"? I can't understand how. the comand is here:
> ******server:  
> vlc -vvv
>
v4l:/dev/video:norm=ntsc:frequency=543250:size=320x240:channel=0:adev=/dev/d
sp:audio=0
> --sout
>
'#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deint
erlace}:rtp{dst=239.239.239.239,port=1234,sdp=http://ip_server:8080/test.sdp
}'
> 
> ******client:
> vlc http://ip_servidor:8080/test.sdp
> 
> Sorry but I can't speak english very well.....

Try:
echo -e "DESCRIBE /test.sdp RTSP/1.0\r\n\r\n" | nc ip_servidor 8080

See also http://www.faqs.org/rfcs/rfc2327.html (sdp) and
http://www.faqs.org/rfcs/rfc2326.html (rtsp).

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



More information about the vlc-devel mailing list