UNPKG

@stormstreaming/stormstreamer

Version:

A JavaScript library containing core web video streamer functionality for embedding live-video streams on a website. Part of StormStreaming Suite.

31 lines (19 loc) 985 B
# [Storm JavaScript Library](http://stormstreaming.com/) Storm Library is a core web video streamer for embedding live-video streams on a website. It is a part of **Storm Streaming Suite** and requires **Storm Streaming Server** instance or **Cloud** subscription to work. This library contains only core network and media functionality and comes with no GUI (user interface), except for a video element. This library comes in **IIFE**, **ESM**, **AMD**, **UMD**, and **CJS** versions (if you don't know these, grab IIFE, and it will be OK). Typings are now also included. # Installation 1. Using NPM: > `npm install @stormstreaming/stormstreamer` 2. Using Yarn: > `yarn add @stormstreaming/stormstreamer` 3. Manually - if you are clueless about NPM/Yarn or simply want to test it out, just grab`/dist/iife/index.js` file and embed it on your website. # Browser compatibility - Edge 12+ - Chrome 31+ - Firefox 42+ - Safari 13+ - Opera 15+ # License - [License](LICENSE.txt)