Joachim Bauch
Joachim Bauch
Fixes https://github.com/nextcloud/spreed/issues/12917 cc @nickvergessen
Hello, My understanding until now was the following: if a backend defines it, it gets its value of `sessionlimit`. If not it gets the value of a global `sessionlimit`, as...
Fixes #347
Noticed this while working with https://github.com/nextcloud/spreed/pull/13486 on the SIP bridge. Currently the video `unmute` event is triggered if more than 2000 bytes are received within a second of the stream...
Various `uncompressed` tests are failing on platforms like powerpc, ppc64 or sparc64 when building for Debian. Example run: https://buildd.debian.org/status/fetch.php?pkg=libheif&arch=powerpc&ver=1.18.1-1&stamp=1722512466&raw=0 ``` The following tests FAILED: 5 - uncompressed_decode_generic_compression (Failed) 6 -...
Fixes the first example from #460 @farindk the stream changes image information as follows: ``` Image: 352x288 bpp_y=8 bpp_c=8 Image: 512x256 bpp_y=8 bpp_c=8 Image: 512x256 bpp_y=14 bpp_c=8 Image: 512x256 bpp_y=14...
Older versions of Chrome (< 124) required the flag to be passed when creating PeerConnections so "createEncodedStreams" can be used later. See https://issues.chromium.org/issues/40943169 and https://chromiumdash.appspot.com/commit/ae3454745ca8f623435d658eba7d4bc2dc8aed17 With that also refactored the...
~By default filters all private / multicast IPs, can be customized through an allow- and blocklist.~ Does not filter by default, can be customized through an allow- and blocklist. This...
After some discussion with @danxuliu, a token for the temporary proxy connection should be returned from https://github.com/strukturag/nextcloud-spreed-signaling/blob/0fb022e751811ab71461fe829d239d9e4941af8d/mcu_proxy.go#L2059 This can be used from https://github.com/strukturag/nextcloud-spreed-signaling/blob/0fb022e751811ab71461fe829d239d9e4941af8d/mcu_proxy.go#L2088 for cases where the proxy the publisher...