Skip to content

v2.4.2

Compare
Choose a tag to compare
@birme birme released this 21 May 10:38
· 500 commits to master since this release

This release includes functionality to fallback to a default slate when next VOD cannot be retrieved. Enabled by the engine.option defaultSlateUri. See reference implementation for an example.

const engineOptions = {
  heartbeat: '/',
  averageSegmentDuration: 2000,
  channelManager: refChannelManager,
  defaultSlateUri: "https://maitv-vod.lab.eyevinn.technology/slate-consuo.mp4/master.m3u8"
};

const engine = new ChannelEngine(refAssetManager, engineOptions);