Sean DuBois
Sean DuBois
`v2.1.0` of Pion WebRTC has arrived! This release features full TURN support, mDNS candidates, vnet and Trickle ICE! You can read the full release notes [here](http://bit.ly/2ypAQCB) If you have questions...
We are closing in on releasing `v2.2.0` of Pion WebRTC! Here are the major features we expect from this release. We also have had lots of great bug fixes along...
@chrisprobst Yes! I just pushed the tag `v2.1.6` that has the SCTP changes. https://github.com/pion/sctp/commit/fc51cd9ffe82c68e5a8e72b68c569ce1e58ba8d5 is the `pion/sctp` commit and https://github.com/pion/sctp/issues/62 is the tracking issue. If you get a chance drop...
Pion WebRTC now allows you to Add/Remove tracks at anytime! You can call `AddTrack`/`RemoveTrack` on either side (Pion or Browser) and it should work :) I have landed this in...
@helisong427 `RtpEngine` is something I hope to do before April! If it is blocking something you are trying to build I would love to do it sooner. I am mostly...
@paralin thanks I appreciate it :)
@dtaht Hey sorry I missed this, I would love the input from the bufferbloat community! I just went and read about it now, and looks super interesting. I haven't had...
Hey @TaoZhangHao I would love to see this supported! If you are interested you should work on it! Happy to answer questions/give advice I am available on [Slack](https://pion.ly/slack) our or...
I am so excited to announce that [Interceptors](https://github.com/pion/interceptor) have landed! `pion/webrtc` will now have pluggable RTP/RTCP processors. This means you can conditionally enable/disable and tweak things like Error Correction and...
Hey @BenjaminX Do you want to run Pion on the device, or are you connect iOS/Android to a Pion server? Both are possible today. [sfu-ws](https://github.com/pion/example-webrtc-applications/tree/master/sfu-ws) shows how you can connect...