Skip to content

cortexsystems/cortex-video-playlist

Repository files navigation

README

Installation

npm install
make clean build pack

A zip file will be created under ./dist

Configuration

  • cortex.video_app.dataset_id: The Silo dataset id. See below for the details.

Silo Dataset

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.

Caching

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published