bitmovin / analytics-live-monitoring-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitmovin Live Monitoring Dashboard

This dashboard lets you see your live streams’ performance in real-time. It shows you

  • how many people are watching your stream,
  • how many people had to rebuffer and
  • how many errors occurred and what were the most frequent errors.

Installation

Clone this repository and open the project directory in your command line. This project uses the Yarn package manager¹. To install the dependencies, run

yarn install

Opening the dashboard

Run yarn start¹ to start the application. This should automatically open a browser window. If it doesn’t, open http://localhost:3000/ in your browser. Enter your Bitmovin API key and your live stream’s performance metrics will appear. You’ll find the API key in your Bitmovin Account.

¹ If you don't want to use Yarn, you can alternatively run npm install and npm start.

About

License:MIT License


Languages

Language:JavaScript 86.7%Language:CSS 8.2%Language:HTML 5.2%