Setting Dynamic PayloadType for RTP Stream
Posted: 08 Sep 2009 12:16
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:
Thanks
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);