1.0.11 • Published 8 years ago

webcaster v1.0.11

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.9

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago