millicast / videojs-plugin-millicast-whep

Video JS Millicast WHEP player plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoJS Plugin Millicast WHEP

This project is a demonstration of integrating the popular video.js web video player with the standardized WHEP (WebRTC-HTTP Egress Protocol) for WebRTC Playback.

Setup

  1. Clone this project and install the dependencies with
    npm i
  2. Create a Dolby.io account and create a publish token from the "Live Broadcast" menu.
  3. Set the environment variable VITE_WHEP_URL to a WHEP URL from the Dolby.io Real-time streaming dashboard. Find this in the "API" tab once you have selected your publish token.

Run the example

  1. Ensure you are in the examples folder.
  2. Start your Dolby.io Real-time streaming broadcast. The simplest way to do this is via the dashboard.
  3. Start the example with:
    npm run dev

About

Video JS Millicast WHEP player plugin

License:Other


Languages

Language:JavaScript 88.2%Language:HTML 11.8%