Skip to main content
Version: 4.2.x

xdk-device-android-webview

@accedo/xdk-device-android-webview

Accedo Build XDK Device Package - Android WebView

Instalation

$npm i @accedo/xdk-device-android-webview

Usage

import  android, {ID as ANDROID}  from '@accedo/xdk-device-android-webview' ;

// include the device configuration into the packages to be detected and loaded
const devices = {
packages: [
android
],
detail: {
[ANDROID]: [
extensions: [
// add extensions
]
]
}

Capabilities matrix

Exoplayer Documentation

ModuleImplementedSupportedNotes
PlayerPlaybackHLSImplementedSupported** Not in the HTML5 version
MPDImplemented*Supported* With ExoPlayer
ISMImplemented*Supported* With ExoPlayer
MP4ImplementedSupported
DRMPlayReadyImplemented*Supported* With ExoPlayer
AESImplemented*Not Supported* With ExoPlayer
WidevineClassicNot SupportedNot Supported
WidevineModularImplemented*Supported* With ExoPlayer
Verimatrix3.6Not supportedNot supported
Verimatrix4.1Not supportedNot supported
SubtitlesHLSImplemented**Supported
MPDImplemented* **Supported* With ExoPlayer
ISMImplemented* **Supported* With ExoPlayer
MP4Implemented**Supported
Audio TracksHLSImplementedSupported
MPDImplemented*Supported* With ExoPlayer
ISMImplemented*Supported* With ExoPlayer
MP4ImplementedSupported
SystemUUIDImplemented*Supported*when not available, it's using uuid
Device TypeSupportedSupported
App ResolutionSupportedSupported
NetworkSupportedSupported
StorageLocal, CookieLocal, Cookie
TVKeySupportedSupported
MouseNot supportedNot supported

** Notes About Subtitles: There's only one Subtitle Strategy (ExoPlayerSubtitleStrategy) defined as external. Do not override it if you have internal subtitles as it will be automatically handled by the player and you will be able to get those subtitles from the current "external strategy".