Sean DuBois

Results 605 comments of Sean DuBois

I am excited to announce that @nicolai86 has landed STUN support for pion-WebRTC in master! We are still adding tests/improving things but it works. ---- DataChannels is coming along nicely....

DataChannels has landed! You can now use WebRTC DataChannels in master, there are still plenty of things to improve but it works :) if you get a chance try it...

pion-WebRTC is officially 100% Go, our OpenSSL dependency is gone! I am really excited to announce we have a beta version [here](https://github.com/pions/webrtc/pull/225) I would really appreciate if people could test...

1.2.0 has officially landed you can see the announcement [here](https://github.com/pions/webrtc/releases/tag/v1.2.0) look forward to hearing what people think! Thank you to everyone who has contributed. The team gets so much joy...

2.0.0 is coming along nicely! With this release we are going to be making some breaking changes that we have documented [here](https://github.com/pions/webrtc/wiki/v2.0.0-Release-Notes) While building Pion WebRTC I made some mistakes,...

Hey @rebootcode It is available! We are still working on some SCTP improvements before we do a big announce, but there will be zero public API changes going forward.

v2.0.* has officially landed and stabilized! Multiple large production users have migrated to it and we fixed all the bugs we found along the way. This was a really big...

TURN support has landed in master! Pion WebRTC can now connect to a TURN server and maintain an allocation (TURN session). If you are using an older version of Pion...

Hey @gibson-luo The plan is to have a user configurable jitterbuffer (so you can decide what latency you are willing to tolerate and get stats around jitter/bandwidth/latency) For stuff like...

mDNS support has landed! Currently we only parse them, but don't emit them ourselves. We plan on making this an option that can be controlled via the `SettingEngine` turning them...