Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 705 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 705 Bytes

Edrys Station-Stream Module

This module will allow a station to send a video and or audio stream to all connected users via a direct WebRTC connection.

Import the module via:

https://edrys-labs.github.io/module-station-stream/index.html

Settings

By default, the station will share the video and audio signal from a connected webcam. You can tweak this behavior with the following settings for station-mode:

video: true
audio: false

or via json:

{
    "video": true,
    "audio": false
}

Problems

It is recommended to use Chrome in station mode. Firefox might have some restrictions, but any browser with WebRTC support should support the client-side viewing.