Juliusz Chroboczek

Results 69 issues of Juliusz Chroboczek

As pointed out in https://github.com/pion/webrtc/issues/1212#issuecomment-686932358 , Pion's handling of the `failed` state is somewhat naive: Pion will switch to `failed` if connectivity cannot be established even if it hasn't received...

I've just run Galène against pion/turn instead of coturn. The server was moderately loaded, a few lectures with 20 or so students each. The log is riddled with messages that...

- [ ] Slow ICE failures https://github.com/pion/ice/issues/271 - [x] ICE Agent can not be restarted when gathering https://github.com/pion/ice/issues/280 - [ ] Issues with TCP ICE https://github.com/pion/webrtc/issues/1356 and https://github.com/pion/ice/issues/245 - [...

Currently, managing Galène requires manually editing a bunch of JSON files. We need a user-friendly administrative interface. A few thoughts: * the administrative interface should not be part of the...

The positioning of videos is not quite correct. The effect is most visible when there are exactly three videos in a tall, thin window: there are two rows, with two...

Google Congestion Control (GCC) consists of the combination of two controllers: a loss-based one in the sender, and one delay-based in the receiver. Galène implements both controllers for server->client streams,...

Polipo's logging is ad-hoc, and not as useful as it should be. Note however that we don't want to allow logging of all requests, since that would make the life...

There have been some reports of Polipo failing to properly serve objects larger than available memory, even in the absence of revalidation failures. (There's probably not much that can be...

The code for generating HTTP Warning headers is dodgy, and probably provides incorrect data in some cases.

This is defined in RFC 5861, and should be fairly easy to implement in Polipo, since all the infrastructure is already there. Note that there is a patch floating around...

feature