-
Notifications
You must be signed in to change notification settings - Fork 72
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
Webrtc support #38
Comments
We're building a pure Go implementation of WebRTC at pions/webrtc. We currently have working demo's of both the media API and DataChannel API. Once our implementation stabilizes we will likely start contributing support to other projects. However, I wanted to reach out already. Please let us know if you have any specific needs in order to implement WebRTC support down the line. We've also reached out to the libp2p team as mentioned in pion/webrtc#52. |
That's fantastic. Data channel is what we would need. This will enable p2p based video delivery directly to browser clients. |
Hey @ericxtang It has been a bit, but we have full DataChannels support! We also support/were used by libp2p I would love to get involved/help, we also have a Slack if anyone wants to talk realtime. |
LPMS should be able to connect to webrtc connections. Currently there isn't great library support in golang for webrtc. Our plan is to collaborate with the libp2p team on this.
The text was updated successfully, but these errors were encountered: