0.0.16 • Published 2 years ago

oseg v0.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

⭐️ Features

  • Takes in inputs and outputs of mutiple video & graphic feeds
  • Outputs a master video feed with rendered graphics

📦 Getting Started

yarn install oseg

📦 Usage

  1. Get your API token from https://seasoncast.com API endpoint /v2/broadcaster/login : based on these docs here

  2. Get started by creating a new OSEG instance:

import OSEG from 'oseg';

const apiToken = 'YOUR_API_TOKEN'; 

const oseg = new OSEG(1920,1080, apiToken);

oseg.setupCanvas(canvas); // canvas is a HTMLCanvasElement that will display the output
0.0.16

2 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago