Difference between revisions of "M4 Supported Codecs"
From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'As M4 uses RTPEngine as a Media Proxy, supported codecs are: rtpengine --codecs PCMA: fully supported PCMU: fully supported G723…') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
As M4 uses RTPEngine as a Media Proxy, supported codecs are: | As M4 uses [https://github.com/sipwise/rtpengine RTPEngine] as a Media Proxy, supported codecs are: | ||
rtpengine --codecs | rtpengine --codecs | ||
Line 25: | Line 25: | ||
PCM-U8: codec supported but lacks RTP definition | PCM-U8: codec supported but lacks RTP definition | ||
MP3: codec supported but lacks RTP definition | MP3: codec supported but lacks RTP definition | ||
<br><br> | |||
== See also == | |||
* [[M4 Codec Transcoding]] | |||
* https://github.com/sipwise/rtpengine#transcoding |
Latest revision as of 15:36, 5 December 2022
As M4 uses RTPEngine as a Media Proxy, supported codecs are:
rtpengine --codecs PCMA: fully supported PCMU: fully supported G723: fully supported G722: fully supported QCELP: supported for decoding only G729: fully supported G729a: fully supported speex: fully supported GSM: fully supported iLBC: not supported opus: fully supported vorbis: codec supported but lacks RTP definition ac3: codec supported but lacks RTP definition eac3: codec supported but lacks RTP definition ATRAC3: supported for decoding only ATRAC-X: supported for decoding only AMR: fully supported AMR-WB: fully supported telephone-event: fully supported CN: fully supported PCM-S16LE: codec supported but lacks RTP definition PCM-U8: codec supported but lacks RTP definition MP3: codec supported but lacks RTP definition