EAfang
1
Hi Team
This is how I was able to enable the opus Codec.
(actually, the module was loaded already. Just making it show up on the list)
In the Postgres DB == yeti, run the query
INSERT INTO class4.codecs (name) VALUES (‘opus/48000/2’) ;
This adds OPUS to the list of options on Codec Group, and that is all you need to use opus.5
It is bad idea to modify database in this way - it will cause problems later, when you will try to upgrade system.
EAfang
3
Never thought of that. this is well noted.
EAfang
4
Please is there a better way to enable the use of the OPUS codec?
jett
5
@dmitry.s is there any supported way to add Opus to the list of codecs available in the UI?
I will add it in next release(minor)
1 Like
jett
7
legend, thanks Dmitry, love the software!