https://github.com/Eyevinn/channel-engine-multiview
A multiview frontend for Eyevinn Channel Engine
https://github.com/Eyevinn/channel-engine-multiview
Last synced: about 18 hours ago
JSON representation
A multiview frontend for Eyevinn Channel Engine
- Host: GitHub
- URL: https://github.com/Eyevinn/channel-engine-multiview
- Owner: Eyevinn
- License: mit
- Archived: true
- Created: 2018-03-16T07:35:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T08:50:31.000Z (about 7 years ago)
- Last Synced: 2024-11-08T01:36:54.878Z (5 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 3
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - Eyevinn/channel-engine-multiview - A multiview frontend for Eyevinn Channel Engine. (Video Players & Playback Libraries / Frameworks & UI Components)
README
Static web page that demonstrates how multiple live HLS streams coming from from Eyevinn Channel Engine can be presented in a mosaic view.
## Deploying the web page
The content of the 'app' directory can be copied to a web server.
Alternatively, you can run it locally with the following commands:
```
npm install
npm start
```
Then open the following url in your browser: http://localhost:8200## HLS stream source
By default, the streams m3u8 files are retrieved from https://ott-channel-engine.herokuapp.com/live/master.m3u8.
In order to use a local Channel Engine instead, use url http://localhost:8200/#?dev. The page will use url http://localhost:8000/live/master.m3u8 to reach the Channel Engine.