Juliusz Chroboczek

Results 69 issues of Juliusz Chroboczek

Testing UDPMux in Galene, I'm seeing absolutely massive packet loss on a local network, on the order of 50-70%. The code is here: https://github.com/jech/galene/commit/b80e515eb04a8326336524ea80ecf711a3013293

Pion used to match m lines in SDP by doing a simple comparison of the fmtp lines. This does not work in general, as some fmtp parameters are symmetric (they...

When adding a local track to a PC, the created transceiver's codec preferences stay at the default. The result is that the peer might negotiate a codec that is different...

Under many Linux distributions, logfiles are compresses after a few days. It would be convenient if goacess could transparently decompress such compressed log files.

enhancement
add
dependencies
log-processing

@donaldsharp Thank you very much for https://github.com/FRRouting/frr/commit/db6d4c8375f32c11336f9542b558640c5c5915f2 . However, there's a couple of points that you appear to have missed: 1. Unknown flag bits in Hello TLVs should be silently...

babel

This adds support for displaying routes announced according to [RFC 9229](https://www.ietf.org/rfc/rfc9229.html) .

This should not do much for performance, but we might as well use a single, well-maintained copy of XorBytes. Related to https://github.com/pion/transport/commit/f0728d9ef5c3348561b849721055b109ac5c91d2. CC @adriancable

Unnamed SFU using Pion running on remote host. Client is Chromium on Linux and is multihomed: has both an Ethernet and a Wifi connection. The client offers four host candidates,...

bug

In recent versions of the Unnamed SFU, the client will restart ICE whenever the connection's ICE state goes into failed. I'm occasionally getting the following error: ICE Agent can not...

bug
help wanted

When looping back through a TURN relay, Chrome takes a few milliseconds to connect: https://github.com/jech/galene/blob/master/static/galene.js#L2307 The equivalent code on the server side takes 2 seconds: https://github.com/jech/galene/blob/master/ice/ice.go#L127 The reason for that...

bug