Skip to main content
Version: 4.2.x

xdk-device-tivo-html5-contrib

@accedo/xdk-device-tivo-html5-contrib

Accedo Build XDK Device Package - Tivo

Player

All playback uses ShakaPlayer DASH / WIDEVINE, but CLEARKEY and PLAYREADY DRMs should also be supported.

Instalation

$ npm i @accedo/xdk-device-tivo-html5-contrib

Usage

import  tivo, {ID as TIVO}  from '@accedo/xdk-device-tivo-html5-contrib' ;

// include the device configuration into the packages to be detected and loaded
const devices = {
packages: [
// ...
tivo // last device to load
],
detail: {
[TIVO]: [
extensions: [
// add extensions
]
]
}

Capabilities matrix

Most of the information is based on the documentation in https://accedobroadband.jira.com/wiki/download/attachments/713491054/TiVo%20HTML%20Development%20.pdf?version=1&modificationDate=1562764556863&cacheVersion=1&api=v2

ModuleImplementedSupportedNotes
PlayerPlaybackISMNot implementedUnreliable and not recommended
DASHImplementedSupported
HLSNot implementedSupported
DRMPlayReadyCommonDRMAgentSupported
WidevineCommonDRMAgentSupported?Not specified
ClearKeyCommonDRMAgentSupported?Not specified
SubtitlesISMNot implementedSupportedWebVTT only
DASHNot implementedSupportedWebVTT only
MP4Not implementedSupportedWebVTT only
Audio TracksISMNot implementedSupported
DASHNot implementedSupported
MP4Not implementedSupported?
SystemUUIDNot implementedSupported?
Device TypeImplementedSupported
App ResolutionImplementedSupported
NetworkImplementedSupportednavigator.onLine
StorageLocal, CookieLocal, Session, Cookie
TVKeyImplementedSupported
MouseNot implemented?