Rusty Rain

Results 24 comments of Rusty Rain

We should follow quinn's implementation: https://github.com/quinn-rs/quinn - quinn-proto: Deterministic state machine of the protocol which performs no I/O internally and is suitable for use with custom event loops (and potentially...

@metaclips , would you like to take a look at this issue?

@connorcarpenter, similar issue in https://github.com/webrtc-rs/data/pull/5.

Hi Marc-Antonio, Sure, your contributions are welcome. Please add it. Ryan

@kenaniah , thank you for improving the documentation. This will greatly help people learn how to use webrtc-rs APIs.

could you check why github actions are all failed?

``` ├── rouille v3.6.2 │ ├── base64 v0.13.1 │ ├── brotli v3.4.0 │ │ ├── alloc-no-stdlib v2.0.4 │ │ ├── alloc-stdlib v0.2.2 │ │ │ └── alloc-no-stdlib v2.0.4 │ │...

why didn't this RP trigger github actions Checks?

Do you have code example? Peer connection should add track or transceiver before setRemoteDescription.

Just one unhandled RTCP doesn't mean an issue. Most likely remote accepted offer SDP, after sent back answer SDP, then immediately start to send RTCP packets before local receives answer...