Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider Native WebRTC Implementation #26

Open
willscott opened this issue Jan 4, 2016 · 2 comments
Open

Consider Native WebRTC Implementation #26

willscott opened this issue Jan 4, 2016 · 2 comments

Comments

@willscott
Copy link

Potentially a huge amount of work, but it would be great to see an RTC implementation that was more than an adapter to the c-native reference implementation. Reasons include gaining Go's safety and compilation benefits, independent failure / exploitation surface area, and could likely be significantly easier to understand.

@keroserene
Copy link
Owner

Agreed for those potential benefits (and having another true independent implementation in the ecosystem would be good for the spec)... though it would indeed require an enormous effort.

Right now, having made WebRTC work in Go at all has been wonderful for getting other things off the ground :) But, perhaps in the future!

@backkem
Copy link

backkem commented Jul 27, 2018

For your information: We built a pure Go WebRTC implementation at pions/webrtc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants