Sean DuBois
Sean DuBois
I wasn't able to move `webrtc/internal/mux` out because it imports `pion/ice`. Closing this for now!
Looks good to me @suutaku! Mind fixing CI errors? ``` G601: Implicit memory aliasing in for loop. (gosec) ``` ``` The preceding commit message is invalid it failed 'Capitalize the...
@LordBrain the issue is probably networking. Are you able to run it directly? —net=host is useful if running on Linux. WSL has mirrored networking which works well. MacOS is a...
Thank you so much for this PR @aggresss sorry I didn't merge it sooner. I was distracted by OBS and then DTLS :/ I have cherry-picked your change into https://github.com/pion/webrtc/pull/2676...
Hey @ericxtang It has been a bit, but we have full DataChannels support! We also support/were used by libp2p on [go-libp2p-webrtc-direct](https://github.com/libp2p/go-libp2p-webrtc-direct) I would love to get involved/help, we also have...
@Fenrirthviti I am fairly certain it is https://github.com/obsproject/obs-studio/pull/10305 Anyone available to review?
I am happy to help fix that! I would really like to fix things crashing though, makes it a lot easier for me to debug. My guess is that libdatachannel...
The crash happens internally in libdatachannel. The reason it crashes is because `bind` fails when NordVPN is enabled. If I disable the VPN the bind succeeds. I can reproduce this...
I was able to get a minimal reproduce with this https://github.com/Sean-Der/libdatachannel/tree/p2p-example I get `Error: Failed to bind UDP socket` Using WinSock directly I am able to get UDP connectivity. Going...
libjuice's unit tests segfault with NordVPN on (and pass with it off) I will fix and send a PR upstream. This is the root cause!