Sean DuBois

Results 605 comments of Sean DuBois

Hey @dtaht sorry it took so long to respond. My backlog grows daily.... It is possible to run audio/video on separate tuples with WebRTC, Pion doesn't support it unfortunately. I...

All major features have landed for `v3.1.0` Transport Wide Congestion control is especially exciting. With Sender/Receiver reports ramping up to the ceiling bitrate could take almost a minute, now it...

@dtaht yes! TWCC is just the feedback messages so the remote can adjust their estimate. In https://github.com/pion/interceptor/issues/25#issue-776305501 we have plans to write the code to make our own estimates. We...

Pion WebRTC now provides a Congestion Controller in tree! It is an implementation of the Google Congestion Controller. You can see an example of its usage [here](https://github.com/pion/webrtc/tree/master/examples/bandwidth-estimation-from-disk) to see the...

That's pretty interesting @kevmo314 ! Are you calling `Bind` yourself? I had only really thought is something that `webrtc` calls for the users.

Switching it from a struct to a pointer technically is API breakage Let me check `ion-sfu` and `mediadevices` first to make sure we don't cause any problems (I hope not...

# Zero Configuration TURN Server Many users get turned away from WebRTC because setting up a TURN server is too difficult. They can be difficult to install, and if configured...

# WebRTC State Explainer Debugging WebRTC is hard for new and old users. So many different things can go wrong and users aren't even sure where to look. This happens...

Hey @fotiDim I was just referring to the inherent traits of WebRTC. I am not familiar with how formant exactly works!

@Antonito This is absolutely amazing work, your PRs are the best I have seen in months. Gives me the energy to get back into it :) I think we could...