Nicholas Frederiksen
Nicholas Frederiksen
clear by vod asset id instead, to avoid the chances of double clearing and an extra currentVod read. More accurate way to determine if the asset in store is different....
Support for loading subtitle tracks can be implemented similarly to how support for audio tracks is implemented. Although the logic for loading and mapping a vod after the "previous vod"...
## In function _createMediaSequences() The Delta times calculation (`this.deltaTimes`, `this.deltaTimesAudio`) is wrong in the case where 2 or more segments were added in the next sequence. The var `positionIncrement` assumes...
To solve the issue described below, we need to implement a new child class of `BaseTech.ts` which is powered by the Dashjs library and have it so that the web...
Currently, when configuring corruption on a bitrate level in Chaos Stream Proxy, each bitrate requires a separate configuration item. For example: ``` https:///api/v2/manifests/hls/proxy-master.m3u8?url=https://maitv-vod.lab.eyevinn.technology/VINN.mp4/master.m3u8&delay=[{i:5,ms:1500}]&statusCode=[{i:5,code:400,br:1212000}, {i:5,code:400,br:3131000}] ``` It makes sense to require...
## Problem The subtitle track feature was developed with having the `LANGUAGE` attribute in mind. i.e. assuming that the loaded HLS VOD's multivariant manifest has that as an attribute in...