Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop WebRTC application for beginners?

I am new in WebRTC. I have good knowledge of ICE/STUN/TURN. I want to develop a WebRTC application using my implementations of ICE/STUN/TURN which is been implemented in C++. Is the C++ library can be used for a web application of WebRTC? If yes, how?

Can you give me some open source ICE library names which can be used in WebRTC also?

like image 654
Naseef Chowdhury Avatar asked Jun 19 '13 03:06

Naseef Chowdhury


1 Answers

EDIT: updated April 2016

For those getting started on ICE, STUN and TURN (and WebRTC in general) I recommend the resources linked to from webrtc.org/start.

Resources for developers working on iOS or Android apps using the native WebRTC APIs are available at webrtc.org/native-code.

Shameless self promotion, but for further information about ICE I suggest you look at the WebRTC Infrastructure article I wrote for HTML5 Rocks.

like image 132
Sam Dutton Avatar answered Oct 10 '22 01:10

Sam Dutton