v2.4.2
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);