namark
namark
@orange451 There is this fork that implements a version of that algorithm https://github.com/Const-me/nanovg might be worth trying it out.
still niche, but not an old mac! https://www.raptorcs.com/TALOSII/
I tried testing this a while back with a local ubuntu 22.04 vm, certificate generated using #1540 and it didn't seem to work properly, though I'm not sure if it's...
Tested on an actual server with similar results, can't connect with the web sdk example, it just keeps retrying. [domain-server.log](https://github.com/vircadia/vircadia/files/9485211/domain-server.log)
These two constants are no longer used https://github.com/vircadia/vircadia/blob/9b06c9070dd61ba97c075b0de08b71ad84374ec0/plugins/opusCodec/src/OpusEncoder.h#L67-L68 DEFAULT_APPLICATION is technically used in the constructor, but then it's immediately overwritten.
I'm thinking something like single set/get pair for all encoder settings, that would accept and return an object. The returned object would contain only what the current encoder supports, removing...
I've introduced some conflicts with this PR by moving the opus and PCM codec code into a library and decoupling the plugin and codec interfaces to make it all easier...
Seems like this is a well known issue in Qt with a recent [workaround](https://github.com/nyanpasu64/qkeycode/) (includes detailed history of the problem). Alternatively we can use SDL2, which is made for games...
> Maybe they should remain dormant until connected with a Domain for fleet scaling purposes. I think that's already the case, the requests I've seen happened after connecting to domain...
I'm not sure how to reproduce this. Currently it appears that on linux quazip library is linked statically, so I guess this is either no longer an issue, or something...