how to install and getting start with webrtc on windows server

17,118

Solution 1

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.

Solution 2

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.

Solution 3

I just built the webrtc solution using VS2010 by following this web pages instructions and NOT using cygwin. I had but one issue which to resolve required the manual copying of two files into the correct folder, you will know which two files should you see the names of these files and read the error, you will then know the expected location when the build fails.

Ultimately you will get a peerconnection_server.exe and a peerconnection_client.exe by way of sample. I was able to modify them easily.

Hope this helps. Be sure to install the prerequisites and follow the instructions to the letter.

Share:
17,118

Related videos on Youtube

Victor
Author by

Victor

Updated on September 15, 2022

Comments

  • Victor
    Victor over 1 year

    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.

  • Saw
    Saw over 8 years
    It crashed for me, has this happened to you? I have built them fairly easily (tried x64 and x86 with no luck)
  • Saw
    Saw over 8 years
    Is there a trusted source to get the already built binaries for windows?