weblio / webrtc-kun

MediaStream and WebRTC test tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC-kun

GitHub license Dependency Status devDependency Status

Summary

MediaStream and WebRTC test tool.

System Requirements

OS Node.js npm
Microsoft Windows 10 Professional Build 1607 4.4.7 4.6.1
macOS 10.12 (Sierra) 7.7.4 4.6.1
Ubuntu 16.04 (Xenial Xerus) 4.2.6 3.5.2

Browser

Setup

  1. Register via SkyWay (e-mail address required)
  2. After login, register an API key from the SkyWay Dashboard
    • Specify localhost under usable domains
  3. Paste your registered API key under key in config.es

Build

$ npm update
$ npm run build

HTML/CSS/JS will be output under dist.

dist
├index.html         HTML file
├index.bundle.html  HTML file (bundle version, including all CSS/JS)
├css                CSS file
│└style.css
└js                 JavaScript file
 └script.min.js

Run

$ npm start

Server will be started on your localhost.
==> Access at http://localhost:8000/

About

MediaStream and WebRTC test tool.

License:MIT License


Languages

Language:JavaScript 65.3%Language:HTML 23.4%Language:CSS 11.3%