i get an empty offer to copy and the following js error: Error adding stream to pc1: NotFoundError: The object can not be found here. (FF + local ipfs gateway)
WebRTC Chat on IPFS
81–90 of 90 posts
Re: WebRTC Chat on IPFS
#82While I appreciate the effort that went involved, the effort is identical to serving the app over S3. Without solving this problem with something like IPFS pubsub, there's nothing IPFS-specific about this. It's the hosting for a webapp and a use of browser-based code.
In short, this isn't WebRTC over IPFS.
Re: WebRTC Chat on IPFS
#83As a browser author, are there any alternate implementations of WebRTC besides the one all of the browsers use? From my research I was kind of shocked that the answer might be no.
Re: WebRTC Chat on IPFS
#84What is used as STUN-Server for WebRtc?
The post makes it sound like it's a copy of https://github.com/cjb/serverless-webrtc uploaded to IPFS; examining the code [1] shows that '23.21.150.121' is hardcoded for STUN. This was seemingly set up by Wesley Dawson [2] at Mozilla in 2013, at which point it was an EC2 machine in AWS us-east-1. It subsequently made it into various gists and projects as a public STUN server. Later in 2013 Mozilla changed over to usi…
Re: WebRTC Chat on IPFS
#85What is used as STUN-Server for WebRtc?
Re: WebRTC Chat on IPFS
#86What is used as STUN-Server for WebRtc?
You're basically attempting to manually exchange the ice handshake so there wouldn't be one here, although the demo gives me an empty offer so as is it doesn't seem to work to create a new chat on there.
Re: WebRTC Chat on IPFS
#87As a browser author, are there any alternate implementations of WebRTC besides the one all of the browsers use? From my research I was kind of shocked that the answer might be no.
A few, e.g. https://github.com/EricssonResearch/openwebrtc Surprisingly large amount of dependencies in a conforming implementation. (e.g. SCTP for datachannels!)
Re: WebRTC Chat on IPFS
#88Re: WebRTC Chat on IPFS
#89As a browser author, are there any alternate implementations of WebRTC besides the one all of the browsers use? From my research I was kind of shocked that the answer might be no.
Not that it will help you because it's not open source, but Edge probably doesn't use the same implementation as other browsers.
I was wondering if it was. I am disappointed to hear that it is not :-(
Re: WebRTC Chat on IPFS
#90I wanted to write that there is another similar project based on Beaker Browser (P2P) browser, that uses dat protocol and direct streaming to another browser... but I can't find it. https://beakerbrowser.com/