Skip to content

victorpoluceno/webrtc-sample-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC client sample

requirements

You have to install

  • python and virtualenv
  • Chrome or Chromium (use the latest version of Chrome/Chromium Dev or Chrome Canary)

setup

How to setup on ubuntu 12.04:

sudo apt-get install python-virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt

run

Run on debug mode:

python app/__init__.py

credits

Inspired by https://apprtc.appspot.com/ and https://github.com/MouMou/EWP

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published