lpms
                                
                                
                                
                                    lpms copied to clipboard
                            
                            
                            
                        Webrtc support
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.
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 pions/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 on go-libp2p-webrtc-direct
I would love to get involved/help, we also have a Slack if anyone wants to talk realtime.