Sean DuBois

Results 605 comments of Sean DuBois

IMO we should make it the default also, and `Server` and `Client` should both take it as an argument.

I would love to do that @daenney! I am a few weeks out from having free time, but sounds like a great weekend project :) Sounds like getting TLS-Attacker setup...

Changing this will cause the following packages to not compile, so I think it is worth a `/v2` ! Great timing also, we can move `pion/webrtc` to the new version...

:( that's no good! Honestly I think https://github.com/pion/webrtc/tree/master/examples/rtp-forwarder is better. Having to put stuff inside an MKV -> rtmp is really wasteful. If you do the example ^ you will...

Yea exactly! Right now we waste CPU cycles because our `webm` stuff only supports VP8. But with the rtp-forwarding style you can pass the same H264 packets all the way...

That's awesome, glad it worked @mqgmaster. Always excited to see people use Pion :) Sorry I have been slow on responses, my backlog grows faster then I can close stuff

Hey @xoraingroup Yes that is easily possible! `pion/webrtc` itself doesn't have a `rtp forwarder` itself, but it gives you access to the RTP packets. You can change [this line](https://github.com/pion/webrtc/blob/master/examples/rtp-forwarder/main.go#L72-L74) to...

Hey @pascal-ace Do you mind rebasing? Since you are behind master we have a bunch of conflicts. How is the project going with these changes! Everything working, any bugs?

Sorry for the slow response on this! @silverark emailed me directly, copying my respond here ``` So the issue is that Pion doesn't provide error concealment by default. We are...