Hi!
I’m using Asterisk16. I want to use the codec opus with a customization of the bitrate. For doing that, I have created an entry in codecs.conf and I have referenced it from pjsip:
module show like opus
Module Description Use Count Status Support Level
codec_opus_open_source.so Opus Coder/Decoder 0 Running unknown
format_ogg_opus_open_source.so OGG/Opus audio 0 Running core
res_format_attr_opus.so Opus Format Attribute Module 1 Running core
The result is:
WARNING[2965] format_cap.c: Cannot allow unknown format 'myopus'
If the file is parsed for configuration and encounters an issue, then a log message will be output. Otherwise it’s up to the module to open the file and use it as it wishes. There is nothing to “enable” in Asterisk itself.
I don’t think the file is parsed. I don’t see any log message (nor that’s being loaded or wrong configured). I’m using it with pjsip instead of sip, but that shouldn’t be the problem, right?
Hi, thanks for your help. In my server, I loaded the module codec_opus.so and it worked! However, for the raspberry I haven’t found opus codec available for arm architecture. Is there any way of installing it?