Page 1 of 1

Setting Dynamic PayloadType for RTP Stream

Posted: 08 Sep 2009 12:16
by mcosta
HI all,

I'm developing an application using libvlc to receive an RTP stream.

The data I receive use PCMU, PCMA and Speex encoding.
Can I set, via API, the RTP payload_type for Speex data without use SDP packets?
Example something like:

Code: Select all

setPayloadTypeForCodec("speex", 98);
Thanks

Re: Setting Dynamic PayloadType for RTP Stream

Posted: 08 Sep 2009 21:01
by RĂ©mi Denis-Courmont
No this is not implemented.

Re: Setting Dynamic PayloadType for RTP Stream

Posted: 09 Sep 2009 08:55
by mcosta
OK, thanks