Sean DuBois

Results 605 comments of Sean DuBois

Hey @RyanGordon I released v3.0.0! Want to start landing this?

@RyanGordon did you find another way to solve this? Should I resolve?

@3DRX I would love to hear all your ideas on how to make Pion better! In the past I used the Wiki, but w/e you prefer works for me https://github.com/pion/webrtc/wiki/Big-Ideas...

I would check out https://github.com/shinyoshiaki/werift-webrtc. Long term you are going to have a pretty high burden using Google's WebRTC implementation via FFI. Also the security issues that have come with...

@mko-io usrsctp is being replaced with dcnet in Chrome. Might be worth exploring if integrating that is easier!

Thank you @LeeTeng2001! How can I reproduce this? I would like to add a test before merging!

@LeeTeng2001 Do you have an example/can you explain how to reproduce with the full WebRTC? I can make it more minimal after that! sorry don’t fully understand yet

Can you provide the Offer/Answer that causes the issue? I just want to understand/fix the root cause

@LeeTeng2001 I got it! The issue was that if the RTPReceiver fails during setup we would use the nil pointers incorrectly. I was able to get a test for it,...

Will do! I need to improve AV1+H265 support across the project. Thanks for the issue :)