- What is the default encoded frame size of gsm codec?
- What is the default decoded frame size?
- What are the media attreibutes?
- What is the codec id?
For example same questions for G729’s answers are 20, 160, “fmtp:18 annexb=no” and 18 respectively. I am working on a softphone and I want to add the gsm codec to it.
Any help?
This could be what you’re looking for, from RFC 3551 (RTP Profile for Audio and Video Conferences with Minimal Control) in section 6:
so your SDP body will look, with the boring bits cut away, like this:
for a GSM-only connection.