webrtc
webrtc copied to clipboard
Pure Go implementation of the WebRTC API
## Summary As the title describes, I would like to have an interface to disable DTLS SRTP, just like the `enable_dtls_srtp` defined in C++ ## Motivation To analyze RTP payload....
#### Description A small failing test were upon stopping a transceiver it is not rejected in the following offer.
#### Description #### Reference issue Fixes #2263
#### Description Adds support for receiving simulcast tracks in RTPReceiver. The linter complains about high complexity in the `startReceive` function now, but I wanted to discuss any changes first. Maybe...
### Your environment. - Version: *github.com/pion/webrtc/v3 v3.1.11* - Browser: *NOT RELATED* - Other Information - *ion-sfu c8cea05fa60612ae819594afc9655573d8958a5d* ### What did you do? 1. follow here [broadcasting-ion-sfu](https://gabrieltanner.org/blog/broadcasting-ion-sfu) ```go package main import...
### Your environment. - Version: `v3.1.24` (can be reproduced on latest `master`) - Browser: NA - Other Information - Created test case #2262 to reproduce the below steps ### What...
my server run into a crash, and I thought it's caused by concurrent ice closed. coredump stack pasted below. I'm not very sure, thanks for your help. ``` #1 0x00000000004b1045...
#### Description Nothing crazy here, I was exploring the code base and thought this would be an easy thing to refactor Essentially I am moving some of the duplicated actions...
## Summary Thanks to the project's WebAssembly support, I've tested most of the functionality, and I hope to be able to fully implement WASM on the client side. But I...
When opening DataChannels in parallel it was possible for multiple to be allocated the same ID since the `generateAndSetDataChannelID` func references the DataChannel ID, which was being set after the...