Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it trivial to add support for Opus CODEC? #112

Open
systemcrash opened this issue Jul 25, 2020 · 2 comments
Open

Is it trivial to add support for Opus CODEC? #112

systemcrash opened this issue Jul 25, 2020 · 2 comments

Comments

@systemcrash
Copy link

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

@sobomax
Copy link
Member

sobomax commented Aug 19, 2020

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!

@systemcrash
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants