Joachim Bauch

Results 63 issues of Joachim Bauch

With this change, the names are decoded internally, so they can be compared directly when adding entries to dictionaries. On writing, the names are encoded if necessary. Also removed some...

The chat currently polls for new messages. When using the standalone signaling server, this should be changed to be event based to reduce the server/database load and improve latency.

1. to develop
enhancement
feature: chat 💬

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

1. to develop
bug
feature: settings ⚙️
feature: frontend 🖌️

Subscribing streams should be possible from any proxy to increase capacity. Will use the streaming plugin of Janus for cross-datacenter connections between Janus instances.

enhancement

Building on Debian sid complains about various deprecated macros in `configure.ac`: ``` libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying...

Maybe we should get rid of autoconf / automake and only use cmake, to avoid having to re-implement everything twice. _Originally posted by @fancycode in https://github.com/strukturag/libde265/issues/439#issuecomment-1881315326_

As part of a CI run, sample streams are decoded with `dec265.exe` in wine: https://github.com/strukturag/libde265/blob/e255f0571a46935955deef15808e52b18043788c/scripts/ci-run.sh#L76 This crashes for the 32bit mingw build. Most likely exists for some time, found while...

I bootstrapped the build with ``` mkdir build cd build cmake .. ``` The cmake check fails with ``` Performing C++ SOURCE FILE Test HAVE_JPEG_WRITE_ICC_PROFILE failed with the following output:...

See https://github.com/strukturag/libheif/actions/runs/5319429805/jobs/9631916197 for details. Probably caused by the switch to cmake. I might find some time the next days to investigate, but feel free to resolve this if you have...

~~Fixed some cases where the `rtp_forwarders` map was created without the destructor function. This resulted in the forwarders not being released when the publisher got destroyed.~~