Skip to main content
Version: 4.2.x

xdk-device-samsung-tizen

@accedo/xdk-device-samsung-tizen

Accedo Build XDK Device Package - Samsung Tizen

Instalation

$ npm i @accedo/xdk-device-samsung-tizen

Usage

import  tizen, {ID as TIZEN}  from '@accedo/xdk-device-samsung-tizen' ;

// Setup the device configuration
tizen.addPlayer(
// imported player config
);

// include the device configuration into the packages to be detected and loaded
const devices = {
packages: [
// ...
tizen
// ...
],
detail: {
[TIZEN]: [
['register-exit-key']: true, // just in case you want to handle it manually. Not recommended
extensions: [
// add extensions
]
]
}

Capabilities matrix

All the information is Based on the documentation in Sasmsung Dev site

ModuleImplementedSupportedNotes
PlayerPlaybackHLSv2Not supportedNot supported
v3Linear*, Live*Linear*, Live**2015 models, review hls-tag-support for details
v4Not supportedNot supported
v5Not supportedLinear, Live
v6Not supportedLinear, Live
v7Linear*, Live*Linear*, Live**2016+ models, review hls-tag-support for details
v8Not supportedNot supported
MPDLinear, LiveLinear, Live
ISMLinear, LiveLinear, Live
MP4LinearLinear
DRMPlayReady2.5SupportedSupported
DRMPlayReady3.3Supported*Supported*2018, 2019
DRMPlayReady4.2Supported*Supported*2020
AESSupportedSupported
WidevineClassicSupported*Supported*2015, 2016, 2017
WidevineModularSupported*Supported*2016+
Verimatrix3.6Not implementedSupported*2015, 2016
Verimatrix4.1Not implementedSupported*2017+
SubtitlesHLSNot implementedInternal*, ExternalSRT, SMPTE-TT, WebVTT(2016+), CC
MPDNot supported*Not supported*"The trackType "TEXT" is not supported for DASH streaming." from AVPlay Documentation Reference
ISMInternal**, External*Internal, External*SMI, SRT, SMPTE-TT, WebVTT(2016+) * it requires download and filesystem.read privileges and it is not compatible with Internal subtitles **CC not implemented
MP4Internal**, External*Internal, External*SMI, SRT, SMPTE-TT, WebVTT(2016+) * it requires download and filesystem.read privileges and it is not compatible with Internal subtitles **CC not implemented
Audio TracksHLSSupportedSupportedUsing samsung-tizen/player/extension/AVPlayerAudioTrack
MPDSupportedSupported*Using samsung-tizen/player/extension/AVPlayerAudioTrack | * "Since tizen version 5.0, the trackType "AUDIO" is supported for DASH streaming."
ISMSupportedSupportedUsing samsung-tizen/player/extension/AVPlayerAudioTrack
MP4SupportedSupportedUsing samsung-tizen/player/extension/AVPlayerAudioTrack
SystemUUIDStorage BasedDevice API
Device TypeSupportedSupported
App ResolutionSupportedSupported
NetworkSupportedSupported
StorageLocal, CookiesLocal, Cookies
TVKeySupportedSupported
MouseMouse, TouchpadMouse, Touchpad