rtpproxy icon indicating copy to clipboard operation
rtpproxy copied to clipboard

Is it trivial to add support for Opus CODEC?

Open systemcrash opened this issue 5 years ago • 2 comments

https://tools.ietf.org/html/rfc7587 https://en.wikipedia.org/wiki/RTP_payload_formats

systemcrash avatar Jul 25 '20 14:07 systemcrash

Hi. I am not sure what kind of support is really desired in this case. RTPProxy by design is pretty codec-agnostic as far as packet forwarding goes, so it should at least theoretically handle any kind of codec including OPUS. Then there is a support for generating MOH/announcement type streams, that indeed needs some basic understanding of the codec parameters to make it working. There is also support in the tools (makeann and extractaudio).

Could you please be more specific, thanks!

sobomax avatar Aug 19 '20 20:08 sobomax

Transcoding and MOH - my idea was to build an MOH system using RTPP, but OPUS support seems to be lacking there.

systemcrash avatar Aug 20 '20 11:08 systemcrash