Skip to content

solomanhussain/webrtc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc

webRTC python webapp2 demo

depending python library

webapp2
paste
webob
jinja2
uwsgi

chrome webRTC setting

about:flags

check 2 section,

    <video> elements media stream API

    enable peer connection     newer chrome(dev)
      or
    enable MediaStream         normal chrome

same network peer connection.

not to use STUN
    //var stun = "STUN stun.l.google.com:19302";
    var stun = "STUN NONE";

use google's STUN server
    var stun = "STUN stun.l.google.com:19302";
    //var stun = "STUN NONE";

at static/js/main.js

About

webRTC python webapp2 demo-

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published