Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install and getting start with webrtc on windows server

Tags:

webrtc

Hi could anyone to tell me how to install depot tools.I went through documentation and trying to install the webrtc in windows,I installed visual studio 2010 and some related stuff given in documentation still i am in confusion and many questions like why visual studio is required? are we have write code in visual studio?It acts like IDE for webrtc?

If not please tell me where we have to place our project in local file system and how to implement my first demo application..I found a video published by google demonstrating about webrtc in that they wrote code in a html file so is html file itself enough to develop.?

Though i have done a sample application in a html file still i am getting blank page and in console i am getting as UNCAUGHT EXCEPTION near navigator.webkitGetUserMedia() please help me out to know more about webrtc.

like image 605
Victor Avatar asked Oct 06 '22 10:10

Victor


2 Answers

I suggest you start by watching the excellent videos about WebRTC from Justin Uberti and Cullen Jennings, and then (shameless self promotion) get to grips with the code and examples in Getting Started With WebRTC on HTML5 Rocks.

webrtc.org is the home of the WebRTC project -- lots of resources and demos there.

like image 134
Sam Dutton Avatar answered Oct 10 '22 03:10

Sam Dutton


Just last month we released an open source project aimed to get developers into WebRTC fast and easy.

http://www.easyrtc.com/

It includes a cross-platform server kit which will run in Windows. Working demos are included.

like image 34
dryswabbie Avatar answered Oct 10 '22 03:10

dryswabbie