Hacker News new | ask | show | jobs
by degenerate 4583 days ago
Do you have some links that helped you get started with the whole WebRTC setup? I watched the google i/o talk on WebRTC (https://www.youtube.com/watch?v=p2HzZkd2A40&hd=1) but it's still a mystery to me how to implement STUN and ICE, which they didn't go over in the talk. Some SaaS services are popping up but I'd like to know if you did this all from scratch and what resources you used.
1 comments

This was all built from scratch, and the best article I came across was http://www.html5rocks.com/en/tutorials/webrtc/basics/

This helped me understand how every part of the process worked.

Wow, that's a thorough article. Thanks for sharing!