Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Eyevinn/channel-engine-multiview
A multiview frontend for Eyevinn Channel Engine
https://github.com/Eyevinn/channel-engine-multiview
Last synced: 6 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T08:50:31.000Z (over 6 years ago)
- Last Synced: 2024-08-02T20:48:28.227Z (3 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.