Page 1 of 1

VLC can read SDP file

Posted: 01 Feb 2010 17:29
by erotavlas_turbo
Hi,

I have learnt how to use command for streaming. Now I would like to know where can I find a tutorial/guide about VLC SDP parameters.

The command is

Code: Select all

vlc prova.jpg --fake-duration 3600000 --sout '#transcode{vcodec=H263p,vb=384,width=352,height=288,acodec=none}:duplicate{dst=rtp{dst=10.36.1.16, port-audio=18528, port-video=19046,sdp=file:///home/tore/Srivania/prova/file.sdp}}'
This is the file.sdp that I would like to read from VLC

Code: Select all

v=0 o=sipp 53655765 2353687637 IN IP[local_ip_type] [local_ip] s=- c=IN IP[local_ip_type] [local_ip] t=0 0 m=audio [auto_media_port] RTP/AVP 0 8 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendonly m=video [auto_media_port+10] RTP/AVP 96 a=fmtp:96 QCIF=1 CIF=1 I=1 J=1 T=1 MaxBR=4520 a=rtpmap:96 H263-1998/90000 a=sendonly

Re: Streaming and SDP

Posted: 02 Feb 2010 12:16
by erotavlas_turbo
Hi,

I'm trying to change the SDP parameter of VLC, but without results. Is it possible? Can VLC only write the SDP file?

Thank

Re: VLC can read SDP file

Posted: 11 Feb 2010 20:33
by jorgerv17
I can't export the SDP file, please help me.

Re: VLC can read SDP file

Posted: 11 Feb 2010 20:46
by jorgerv17
I can export the SDP file, thanks.

Re: VLC can read SDP file

Posted: 03 Jun 2010 08:32
by Incarnate
I'm also facing the same issue.

I want to understand the sdp file output, specifically the config parameters in video.
Did anyone figure this out or find a way?

Re: VLC can read SDP file

Posted: 03 Jun 2010 20:07
by RĂ©mi Denis-Courmont
The SDP file syntax is detailled in IETF RFC4566.