1.0.11 • Published 7 years ago

webcaster v1.0.11

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

webcaster

Install

1) NPM npm install webcaster --save 2) YARN yarn add webcaster 3) GIT * git clone https://github.com/d-pollard/webcaster.git

Usage

// Initiate webcast
var webcaster = require('webcaster');

// A list of available status codes you can listen to for updates on stream health
var { STREAM_STATUS, SESSION_STATUS } = webcaster.getStatusCodes();

// Configure the settings for the stream
Webcaster.setSettings(
  'videoDivId',
  'phoner WSS link',
  'RTMP url',
  'RTMP channel',
  'A callback function for updates'
);

// Launch a livestream
Webcaster.beginLiveStream();

// End a livesstream
Webcaster.stopLiveStream();

Contributors

1.0.11

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago