Marcel Hellkamp
Marcel Hellkamp
The security annotations probably work as intended, but they always fail because the principal is never authenticated for websockets. The `UnauthorizedException` is then handled like a normal application error during...
This is a breaking change that can not be reverted through configuration. The old behavior was auto-detecting the algorithm based on hash size. This functionality was removed. If you have...
This work fine with both the development version and latest release of bottle and both `curl http://localhost:8080/test/我` and `curl http://localhost:8080/test/%E6%88%91`. Please provide a full example (and use github code formatting...
A low latency kernel should have no (or even a negative) effect. * The default scheduling frequency is 250Hz (4ms per tick), which is increased to 1000Hz (1ms per tick)...
Not fixed yet AFAIK.
Our plan is to write post_archive and post_publish scripts that extract the required information and immediately remove unneeded raw data. Keeping that meta-data about recordings is covered by GDPR, and...
This may be caused by https://github.com/bigbluebutton/bigbluebutton/pull/14893
Other than documented, looking at the actual implementation, the third parameter seems to be ignored: https://github.com/signalwire/freeswitch/blob/master/src/mod/endpoints/mod_sofia/rtp.c#L626 -> maxlen is set if there is a colon, but that's it. A second...
Also, `` and `` do different things if I understand that correctly. The first one controls the RTP jitterbuffer within freeswitch, the second one sets parameters for the opus codec,...
We changed the setting back to `` and could not reproduce the high-delay issue since then. Still not 100% sure, but we'll keep the `60:120` setting for now.