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);