webrtc
webrtc copied to clipboard
A pure Rust implementation of WebRTC
hello when i run TURN example it's works just once turn args ``` --port 3478 --public-ip 192.168.1.250 --users user=pass ``` and tested with ``` https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ ``` give me valid params...
Pion has more than 500Mbps+, ``` Peer Connection State has changed: connected (offerer) Peer Connection State has changed: connected (answerer) 2021/09/25 13:27:29 OnOpen: data-824638619994. Start sending a series of 1024-byte...
move https://github.com/webrtc-rs/sctp/issues/1 to here ``` looking at the state cookie generation implementation, shouldn't it include HMAC generation and other things as mentioned here? ```
move https://github.com/webrtc-rs/sctp/issues/2 to here