@millicast/videojs-whep-plugin
v0.0.1-beta.1
Published
Millicast WHEP plugin for Video.js
Downloads
265
Maintainers
Keywords
Readme
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
- Clone this project and install the dependencies with
npm i
- Create a Dolby.io account and create a publish token from the "Live Broadcast" menu.
- 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
- Ensure you are in the
examples
folder. - Start your Dolby.io Real-time streaming broadcast. The simplest way to do this is via the dashboard.
- Start the example with:
npm run dev