/SlideWiki-WebRTC-Broadcast

WebRTC based presentation broadcasting for SlideWiki

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

SlideWiki WebRTC Broadcast

Language Framework

Insructions

You should have installed NodeJS, npm and

  1. Clone the repository and run npm install.
  2. Start the application by executiny node index.js
  3. Start a browser with disabled security feature (cause we use different domains) google-chrome --disable-web-security --user-data-dir
  4. Go to http://localhost:8080 and enter a room name
  5. Open another tab, go to the same adress and enter the same room name.

After executing all mentioned steps, the first tab is the presenter and all other tabs (in the same room) are listeners. Try to play with the application!