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
Module | Implemented | Supported | Notes | |||
---|---|---|---|---|---|---|
Player | Playback | HLS | Implemented | Supported* | * Not in the HTML5 version | |
MPD | Implemented* | Supported | * With ExoPlayer | |||
ISM | Implemented* | Supported | * With ExoPlayer | |||
MP4 | Implemented | Supported | ||||
DRM | PlayReady | Implemented* | Supported | * With ExoPlayer | ||
AES | Implemented* | Not Supported | * With ExoPlayer | |||
Widevine | Classic | Not Supported | Not Supported | |||
Widevine | Modular | Implemented* | Supported | * With ExoPlayer | ||
Verimatrix | 3.6 | Not supported | Not supported | |||
Verimatrix | 4.1 | Not supported | Not supported | |||
Subtitles | HLS | Implemented** | Supported | |||
MPD | Implemented* ** | Supported | * With ExoPlayer | |||
ISM | Implemented* ** | Supported | * With ExoPlayer | |||
MP4 | Implemented** | Supported | ||||
Audio Tracks | HLS | Implemented | Supported | |||
MPD | Implemented* | Supported | * With ExoPlayer | |||
ISM | Implemented* | Supported | * With ExoPlayer | |||
MP4 | Implemented | Supported | ||||
System | UUID | Implemented* | Supported* | when not available, it's using uuid | ||
Device Type | Supported | Supported | ||||
App Resolution | Supported | Supported | ||||
Network | Supported | Supported | ||||
Storage | Local, Cookie | Local, Cookie | ||||
TVKey | Supported | Supported | ||||
Mouse | Not supported | Not 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".