Page 1 of 1

Creating SDP description files for RTSP VOD

Posted: 07 Dec 2006 12:53
by petronovitch
Hi,

I just would like to know if it is possible, in any kind of way, to create an RTSP VOD session descripted by the SDP protocole with VLM telnet interface.

I'm trying to obtain something like rtsp://myserver/video.sdp or a local *.sdp file I can open directly with the client.

But I just don't know if that is possible.

Thanks by advance :)

Posted: 10 Dec 2006 16:56
by petronovitch
If someone has a little idea about this it could help me a lot.
I'm not asking how to make it, just if it is possible to obtain a VOD adfress like rtsp://server/video.sdp or *.sdp file, using VLM.
I have some difficulties to find a clear answer in videolan docs or the internet.

Thanks ! :)

Posted: 13 Dec 2006 14:19
by petronovitch
Nobody know ? :(

how to write an sdp from vlc

Posted: 19 Dec 2006 11:02
by dirtyd
I think the option you want to use is:

Code: Select all

--sout-rtp-sdp <string>
substitute the local file name you want to create in place of string.

Like so:

Code: Select all

--sout-rtp-sdp test.sdp
will create a file named test.sdp in the current directory.

Had to play with it a bit to figure it out.