Codec Negotiation
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/codec-negotiation/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/codec-negotiation/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/codec-negotiation/)
Use the native HTML custom element.
The process of agreeing on audio and video codecs (G.711, G.722, Opus, H.264, VP8) between SIP or WebRTC endpoints during SDP offer/answer exchange. The offerer lists supported codecs in priority order; the answerer selects a subset from the offered list. Codec mismatches result in call failure (488 Not Acceptable Here) or require a transcoding B2BUA. Codec choice balances audio quality, bandwidth consumption, and hardware acceleration availability.