Joseph Rafael Ferrer

Results 9 comments of Joseph Rafael Ferrer

If I read the draft correctly, just the RTCP packets won't be enough - the departure time of the packet and the transport sequence number set by [`SenderStream`](https://github.com/webrtc-rs/webrtc/blob/3a77ebc6e3e503612fa2bcd7a7ac8b3ac5c1e1c2/interceptor/src/twcc/sender/sender_stream.rs#L31) are also...

> https://github.com/signalapp/Signal-Calling-Service/blob/main/src/googcc.rs https://github.com/signalapp/Signal-Calling-Service/blob/main/src/transportcc.rs That's AGPLv3. Not exactly legal to just plop the code over here.

Made a clean room [implementation of TWCC](https://github.com/JRF63/webrtc-helper/blob/20d4d69dfaa9f2303cfb0cc9a7ac0c025e2b774d/src/interceptor/twcc/estimator/delay_based/mod.rs) way back in November. I've been using it in [this desktop streaming app](https://github.com/JRF63/desktop-streaming), it works but that's hardly a substitute for a proper...

> There seems to be twcc code here now webrtc/interceptor/src/twcc. However there are no examples I can find on how to use it. Can the [bandwidth-estimation-from-disk](https://github.com/pion/webrtc/tree/master/examples/bandwidth-estimation-from-disk) from pion be ported...

Windows only for now. That error is coming from nvenc, but it doesn't matter since the Linux server code hasn't been written yet.

Yes, I only have code for nvenc. Sorry.

Wait it was channel 10 again? Couldn't be a coincidence since it was that channel that was not playing correctly on another .mid file. I turned on debug printing on...

@elvisish used [Sekaiju](https://openmidiproject.opal.ne.jp/Sekaiju_en.html) on this [song](https://opengameart.org/content/deliberate-concealment).

Probably AV1? Is this on a RTX 4000 series GPU? The newer branch can handle this but sadly I haven't had time to work on it recently.