npm install
make clean build pack
A zip file will be created under ./dist
cortex.video_app.dataset_id: The Silo dataset id. See below for the details.
This application expects the playlist data to be stored in cortex.video_app.dataset_id. The dataset is expected to have the following columns:
url: The url of the video to be displayed.caption: The caption to be displayed at the bottom of the screen.
- This application will make use of the cached Silo data. After a Cortex player restart, if there is no internet connection, the last known data from Silo will be used until the connection is restored and Silo sends down a new data set.
- The videos will be cached on disk for a month.