rafaelcgo / basicVideoRTC

Trying to build a realy basic WebRTC Videochat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basicVideoRTC

This example is only recommended to Chrome. Tested with Version 26.0.1410.40 beta-m and Version 28.0.1500.95 (Mac OS)

Instructions:

Run python -m SimpleHTTPServer on root folder and then connect to http://localhost:8000 or http://yourip:8000

ps: Check if your SimpleHTTPServer is listening another port.

Important:

You need to change the IP in index.html to your machine running the socket.io server!

Details:

I put a flowchart into "HelpfulStuff" folder. Simplified, not pretty but it may be helpful.

I´m also new with this WebRTC stuff ;)

Thanks to:

About

Trying to build a realy basic WebRTC Videochat


Languages

Language:JavaScript 100.0%