Mathis Engelbart

Results 59 issues of Mathis Engelbart

Fixes the command line arguments to use correct addresses and uses go install instead of now unsupported go get. Fixes #2286

#### Description Updates pion/interceptor and pion/rtcp and adds a helper function to register an interceptor that produces congestion control feedback as defined in [RFC 8888](https://datatracker.ietf.org/doc/rfc8888/).

When the controller decides to increase the rate, it should not decrease, even if the measured transmission rate was low. The rate could be lower because there was not enough...

This is based on #117 and adds a simple adapter to make the NADA implementation available to the generic CC interceptor.

There are a couple of optimizations that could improve the current GCC implementation which I'd like to test and add if they prove useful: * [] Implement linear regression as...

### What did you do? Similar to #84 the packetdumper interceptors pass pointers to `rtp.Header` around, which can contain byte slices if they contain extensions. These slices can be overwritten...