A plugin-less P2P video live sharing through webrtc.
*** only support chrome at present ***
easy_install tornado
python application.py
python application.py --help
for more arguments.
- visit
/room/new
- select a file to share.
- share this link like
/room/{{ hash }}
to others. - DO NOT CLOSE THE PAGE!
- make sure the http server support CORS and Range header.
- fill in the url, wait for checking.
- you can also copy the file to
project_path/data/
, and use a websocket peer by filling in the url likews://host:port/file/{{ filename }}
.
NOTICE: the filename of the file which is placed in project_path/data/
need alnum(A-Za-z0-9) only.
webrtc_video is licensed under the MIT license.