AAMP UVE – API

Created on June 21, 2022

On this Page:

Unified Video Engine (UVE) APIs


Overview



AAMP is an open source native video engine that is built on top of GStreamer and optimized for performance, memory use, and 
code size. AAMP Reference Player demonstrates how to use the Unified Video Engine (UVE) JavaScript binding APIs to 
interact with an AAMP player. 
The bindings are made available in JavaScript with the help of the injectedbundle component once the DOM elements are 
loaded by WebKit.


Target Audience

This document is targeted towards OTT app vendors and HTML5 developers who are interested in evaluating/adopting AAMP for 
their media player applications on set-tops running RDKV based firmware. 

Features 

  • Formats: HLS, DASH, Fragmented MP4 HLS 
  • DRM Systems: Clear Key, Adobe Access, Vanilla AES-128, PlayReady, Widevine 
  • Captions: CEA-608/708 Captions , WebVTT 



Roadmap

  • Video Guard (VGC) DRM 
  • DVB, EBU-TT captions



Release Version

S.No.Release VersionRelease Notes 
10.7 Initial draft of UVE APIs implemented 
20.8 CDAI support, configuration options for tune optimization 
API: 
  • setAlternateContent 
  • notifyReservationCompletion 
  • addCustomHTTPHeader 


Configuration: 

  • stereoOnly 
  • bulkTimedMetadata 
  • useWesterosSink 
  • parallelPlaylistDownload 


Events: 

  • bufferingChanged 
  • timedMetadata 
  • adResolved 
  • reservationStart 
  • reservationEnd 
  • placementStart 
  • placementEnd 
  • placementProgress 
  • placementError
30.9 “Player Switching” Feature
  • load (autoplay=false support) 
  • detach() method
41.0

Added support to get available audio track and closed captioning info

API: 

  • getAvailableAudioTracks
  •  getAvailableTextTracks 


Configuration: 

  • playlistTimeout
  • parallelPlaylistRefresh
  • useAverageBandwidth
  • preCachePlaylistTime
  • progressReportingInterval
  • useRetuneForUnpairedDiscontinuity
  • drmDecryptFailThreshold 
52.4 

April 2020 Release Update 

Configuration:

  • initialBuffer
  • useMatchingBaseUrl
  • initFragmentRetryCount

Event Notification 

62.6 

June 2020 Release Update 
Seek while paused, get/set audio and text track supported 

API:

  • getAudioTrack
  • setAudioTrack
  • getTextTrack
  • setTextTrack
  • setClosedCaptionStatus
  • setTextStyleOptions
  • getTextStyleOptions 

Configuration:

  • nativeCCRendering
  • langCodePreferenc
  • descriptiveTrackName  
72.7 

Aug 2020 Release Update 

Configuration:

  • Deprecated useWesterosSink 
82.9 

Sept 2020 Release Update 

Configuration:

  • authToken
  • useRetuneForGstInternalError
93

Oct 2020 Release update. 

  • Updated getAvailableAudioTracks / getAvailableTextTracks 

API: 

  • setAudioLanguage 

Configuration: 

  • propagateUriParameters 
    reportVideoPTS

ATSC – UVE Features Added .  

103.1

Jan 2021 Release update. 
ATSC New APIs / Events

API: 

  • getAvailableThumbnailTracks
  • setThumbnailTrack
  • getThumbnail 

Configuration: 

  • sslVerifyPeer
  • persistBitrateOverSeek
  • setLicenseCaching
  • maxPlaylistCacheSize
  • enableSeekableRange  
113.2

Mar 2021 Release update 
API: 

  • setPreferredAudioLanguage
  • setAudioTrack 

Configuration:  

  • livePauseBehavior
  • limitResolution 
123.3

May 2021 Release update 
Configuration:

  • useAbsoluteTimeline asyncTune 

Events : 

  • Updated bitrateChanged for ATSC 
133.4

Events :  

  • audioTracksChanged
  • textTracksChanged
  • seeked
  • vttCueDataListener
  • id3Metadata
143.5

Aug 2021 Release update 
API:

  • load (updated)
  • setPreferredAudioLanguage (updated)
  • getAvailableAudioTracks (updated)
  • getAvailableTextTracks (updated)
  • downloadBuffer default value(updated) 

Events :

 id3Metadata

153.6 

Sept 2021 Release update 

Configuration:

  • disable4K
  • sharedSSL
  • preferredAudioRendition
  • preferredAudioCodec  

Events: 

  • mediaMetadata (updated) 



Minimal Sample Player

<html><head><title>IP Video Playback in WPE browser using UVE API</title></head>
<script>
window.onload = function() { 
var player = new AAMPMediaPlayer(); 
var url = "https://cpetestutility.stb.r53.xcal.tv/multilang/main.m3u8"; 
 player.load(url); 
} 
</script>
<body>
 <div id="videoContainer">
 <video style="height:100%; width:100%; position:absolute; bottom:0; left:0">
 <source src="dummy.mp4" type=”video/ave”> <!-- hole punching -->
 </video>
 </div>
</body>
</html>



General Setup

To setup the AAMP Reference Player in RDK devices (Comcast):

  1. Host the ReferencePlayer folder in a web server.
  2. Use Comcast’s IBIS tool (https://ibis.comcast.com/app-dev-tool/send-html-app) to launch the reference player in the 
    device: 

                   a. Under Launch HTML App, select Select a device to get started
                   b. From the list, find your device (it should be registered previously). 
                   c. Enter the ReferencePlayer URL in the URL field. 
                   d. Enter any name in the App name field. 
                   e. Click Launch.



Folder Structure: Full Reference Player

-icons // UI elements of reference players and homepage 
 -UVE 
  -index.html // Homepage of UVE reference player 
  -UVEMediaPlayer.js // Includes “AAMPPlayer” JS class which wraps UVE binding object AAMPMediaPlayer 
  -UVEPlayerUI.js // JS code for the UI elements and their functionality 
  -UVERefPlayer.js // Main JS file 
  -UVERefPlayerStyle.js // JS code for reference player and its UI 
 -index.html // Homepage of reference player 
 -ReferencePlayer.js // JS code for Homepage and redirection to respective reference players 
 -URLs.js // list of selectable streams 
 -ReferencePlayerStyle.css // CSS for Homepage and its UI


Universal Video Engine APIs  


Properties

NameType Description
version numberMay be used to confirm if RDKV 
build in use supports a newer 
feature 
AAMP.version numberGlobal variable for applications to 
get UVE API version without 
creating a player instance. Value 
will be same as player.version. 



Methods

load( uri, autoplay, tuneParams) 

  • Begin streaming
NameType Description
UriString URI of the Media to be played by the Video Engine
autoplayBooleanoptional 2nd parameter (defaults to true) 
If false, causes stream to be prerolled/prebuffered only, but not immediately 
automatically presented. Available starting with version 0.8. 
tuneParamsObjectoptional 3rd parameter 
The tuneParams Object includes four elements contentType, traceId, 
isInitialAttempt and isFinalAttempt. Details provided in below table 
NameTypeDescription
contentType String Content Type of the asset taken for playback. 
Eg: CDVR, VOD, LINEAR_TV, IVOD, EAS, PPV, OTT, OTA, HDMI_IN, 
COMPOSITE_IN, SLE  
traceIdStringTrace ID which is unique for a tune. 
isInitialAttempt BooleanFlag indicates if it’s the first tune initiated, tune is neither a retry nor a 
rollback. 
isInitialAttempt Boolean Flag indicates if it’s the first tune initiated, tune is neither a retry nor a 
rollback. 

play() 

  • Supported UVE version 0.7 and above.
  • Start playback (if stream is in prebuffered state), or resume playback at normal speed. Equivalent to 
    setPlaybackRate(1).  

pause()

  • Supported UVE version 0.7 and above.
  • Pauses playback. Equivalent to setPlaybackRate(0). 

stop()

  • Supported UVE version 0.7 and above.
  • Stop playback and free resources associated with playback.

seek( offset )

  • Supported UVE version 0.7 and above.
  • Specify initial or new stream playback position. May be called prior to first load() call (or implicitly using 
    initConfig’s “offset” parameter), or while streaming.
Name Type Description
offset Number (s)Offset from beginning of VOD asset. For live playback, offset is relative to 
eldest portion of initial window. Offset value should be in seconds 
Note that ability to seek is currently limited to fragment granularity.
keepPauseBooleanFlag indicates if player was in paused state before seek then maintain the 
same state post seek 
Available starting with version 2.6 

getCurrentPosition()

  • Supported UVE version 0.7 and above.

  • Returns current playback position in seconds.

getCurrentState() 

  • Supported UVE version 0.7 and above.
  • Returns one of below logical player states as number: 
State NameValue SemanticsRemarks 
idle0eSTATE_IDLE Player is idle
initializing1eSTATE_INITIALIZINGPlayer is initializaing resources to 
start playback 

2eSTATE_INITIALIZEDPlayer is initializaing resources to 
start playback 

3eSTATE_PREPARINGCreate internal resources required 
for DRM decryption and playback 

4eSTATE_PREPARED Required resources are initialized 
successfully

5eSTATE_BUFFERINGWhen player does internal buffering 
mid-playback. Note -send out in 
initial buffering

6eSTATE_PAUSEDIndicates player is paused 

7eSTATE_SEEKINGIndicates player is seeking

8eSTATE_PLAYINGIndicates player is seeking

9eSTATE_STOPPINGNot supported, for future 

10eSTATE_STOPPEDNot supported, for future 

11eSTATE_COMPLETE When the media reaches end. 

12eSTATE_ERRORIn case any error occurred

13eSTATE_RELEASED Not supported, for future  

getDurationSec()

  • Supported UVE version 0.7 and above.
  • Returns current duration of content in seconds. Duration is fixed for VOD content, but may grow with DVR 
    content. 

getVolume()

  • Supported UVE version 0.7 and above.
  • Get current volume (value between 0 and 100). Default audio volume is 100. Volume is normally mapped from 
    remote directly to TV, with video engine used to manage an independent mute/unmute state for parental 
    control.

setVolume ( volume )

  • Supported UVE version 0.7 and above.
  • Sets the current volume (value between 0 and 100). Updated value reflected in subsequent calls to getVolume() 
NameNameDescription
volumeNumberPass zero to mute audio. 
Pass 100 for normal (max) audio volume.

setVideoMute( enabled )

  • Supported UVE version 0.7 and above.
  • Enable or black out video for parental control purposes, default is false
NameTypeDescription
volume NumberPass false to black out video. 
Pass true to resume presenting video. 

getPlaybackRate()

  • Supported UVE version 0.7 and above.
  • Returns the current playback rate.  

setPlaybackRate( rate )

  • Supported UVE version 0.7 and above.
  • Change playback rate, supported speeds are given below – 
ValueDescription
0Pause
1Normal Play 
42x Fast Forward (using iframe track) 
164x Fast Forward (using iframe track) 
328x Fast Forward (using iframe track) 
6416x Fast Forward (using iframe track)
-42x Rewind (using iframe track)
-164x Rewind (using iframe track)
-324x Rewind (using iframe track)
-6416x Rewind (using iframe track) 

getVideoBitrates()

  • Supported UVE version 0.7 and above.
  • Return array of available video bitrates across profiles. 

getCurrentVideoBitrate()

  • Supported UVE version 0.7 and above.
  • Return current video bitrate, as bits per second.

setVideoBitrate( bitrate )

  • Supported UVE version 0.7 and above.
NameType Description
bitrate NumberPass bitrate from getVideoBitrates to disable ABR and lock playback to single 
profile. 
Pass zero to (re)enable ABR, allowing Video Engine to select from available 
bitrates based on network bandwidth.

getCurrentAudioBitrate()

  • Supported UVE version 0.7 and above.
  • Return current audio bitrate, as bits per second. 

setVideoRect( x, y, w, h )

  • Supported UVE version 0.7 and above.
  • Set display video rectangle coordinates. Note that by default video will be fullscreen.
  • Rectangle specified in “graphics resolution” coordinates (coordinate space used by graphics overlay).
  • Window size is typically 1280×720, but can be queried at runtime as follows: 
    var w = window.innerWidth || document.documentElement.clientWidth ||document.body.clientWidth; 
    var h = window.innerHeight|| document.documentElement.clientHeight|| document.body.clientHeight;
NameType Description
NumberLeft position for video  
YNumberTop position for video
WNumberVideo width
HNumberVideo height

setVideoZoom( videoZoom )

  • Supported UVE version 0.7 and above.
  • Set video zoom, by default its set to “full”
Name Type Description
videoZoomString“none” to disable video zoom mode. “full” to enable video zoom mode.

addCustomHTTPHeader( headerName, headerValue, isLicenseRequest )

  • Supported UVE version 0.8 and above.
  • Add custom headers to HTTP requests
NameTypeDescription
headerName StringHTTP header name
headerValue isLicenseRequestString Array Boolean

HTTP header value

(defaults to false) indicates if the HTTP header is for exclusive use with PlayReady/Widevine license requests 

removeCustomHTTPHeader( headerName )

  • Supported UVE version 0.8 and above.
  • Remove a custom header set previously. If called with no arguments, will remove all custom headers. 
Name TypeDescription
headerName String HTTP header name

getAvailableAudioTracks()

  • Supported UVE version 1.0 and above.
  • Returns the available audio tracks information in the content.

DASH 

NameType Description 
name String Human readable language name 
e.g: Spanish, English
languageString Specifies dominant language of the audio
e.g: spa, eng
renditionString Role for DASH 
If not present, the role is assumed to be main 
e.g: caption, subtitle, main
characteristics String Not mapped
Channels String Indicates the maximum number of audio channels 
1 = mono, 2=stereo, up to 8 for DD+
bandwidthString Represents variants of the bitrates available for the media type 
e.g: 288000
codec String codec associated with Adaptation Set.
e.g: mp4a.40.2  
accessibilityTypeString Accessibility value for descriptive, visually impaired signaling 
e.g: description, captions 
Example
{ 
"name": "5", 
"language": "ger", 
"codec": "mp4a.40.2", 
"rendition": "german", 
"accessibiltyType": "description", 
"bandwidth": 288000 
} 
Reference
 <AdaptationSet id="3" contentType="audio" segmentAlignment="true" bitstreamSwitching="true" lang="ger"> 
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="german"/> 
<Accessibility schemeIdUri="urn:mpeg:dash:role:2011" value="description" /> 
<Representation id="5" mimeType="audio/mp4" codecs="mp4a.40.2" bandwidth="288000" audioSamplingRate="48000"
> 
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="1"/> 
</AdaptationSet> 

HLS

Name TypeDescription 
nameStringHuman-readable description of the Rendition.
e.g:english, spanish
type StringSpecifies the media type. Valid strings are AUDIO, VIDEO, SUBTITLES 
and CLOSED-CAPTIONS. This attribute is REQUIRED. 
e.g: CLOSED-CAPTIONS 
language StringIdentifies the primary language used in the Rendition. This attribute 
is OPTIONAL. 
e.g: es
rendition StringSpecifies the group to which the Rendition belongs. 
GROUP-ID for HLS.  
instreamId StringSpecifies a Rendition within the segments in the Media Playlist. This 
attribute is REQUIRED if the TYPE attribute is CLOSED-CAPTIONS 
e.g: “CC1”, “CC2”, “CC3”, “CC4”, or “SERVICEn” where n MUST be an 
integer between 1 and 63
codecStringComma-delimited list of formats, where each format specifies a media 
sample type that is present in one or more Renditions specified by 
the Variant Stream.
characteristics StringPne or more comma-delimited Uniform Type Identifiers [UTI]. This 
attribute is OPTIONAL.  
Example
 { 
 "name": "Deutsch", 
 "type": "SUBTITLES", 
 "language": "de", 
 "rendition": "subs" 
 } 
Reference 
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUPID="subs",NAME="Deutsch",DEFAULT=NO,AUTOSELECT=YES,FORCED=NO,LANGUAGE="de",URI="subtitles_de.m3u8" 
#EXT-X-STREAM-INF:PROGRAMID=1,BANDWIDTH=258157,CODECS="avc1.4d400d,mp4a.40.2",AUDIO="stereo",RESOLUTION=422x180,SUBTITLES="subs" 

getVideoRectangle()

  • Supported UVE version 1.0 and above.
  • Returns the current video rectangle co-ordinates. 

getAudioTrack( )

  • Supported UVE version 2.6 and above.
  • Returns the index of current audio track in available audio track list.

setAudioTrack(index ) 

  • Supported UVE version 2.6 and above.
  • Set the audio track language from available audio track list.
NameType Description
indexNumber Track Index of desired audio track in available audio track list 

setAudioTrack( trackDescriptorObj )

  • Supported UVE version 3.2 and above.
  • Set the audio track by language and rendition from available audio track list.
  • “language” match always takes precedence over “rendition” match.
  • While playing passively to new periods with different track order/availability, or when tuning to new locator, 
    heuristic for track selection is automatically re-applied.
  • Note that for now, “best” codec (ATMOS > DD+ > Stereo) is always selected, subject to filtering configuration.
Name Type Description
languageStringLanguage of desired audio track in available audio track list 
renditionStringRendition of desired audio track in available audio track list
Example
var trackDescriptorObject = 
{ 
"language": "ger", 
"rendition": "commentary" 
} 
playerInstance.setAudioTrack( trackDescriptorObject ); 

setPreferredAudioLanguage( languages, rendition, accessibility)

  • Supported UVE version 3.2 and above.
  • Set the audio track preference by languages, rendition and accessibility.
  • This is functionally equivalent to passing a trackDescriptorObject to setAudioTrack above.
  • May be called pre-tune or post tune.
NameType Description
languages String ISO-639 audio language preference; for more than one language, provide comma delimited list from highest to lowest priority: ‘,<…>,’ 
rendition String Optional preferred rendition for automatic audio selection.
accessibilityString Optional preferred accessibility type for descriptive audio. 

setAudioLanguage ( language )

  • Supported UVE version 3.0 and above.
  • Set the audio track language from available audio track list.
NameType Type 
languageString Language of desired audio track in the available audio track list. 

getTextTrack( ) 

  • Supported UVE version 2.6 and above.
  • Returns the index of current text track in available text track list.

setTextTrack( trackIndex )

  • Supported UVE version 2.6 and above.
  • Set the text track at trackIndex in available text track list.
Name TypeDescription 
trackIndexNumberIndex of desired text track in available text track list

setClosedCaptionStatus ( status )

  • Supported UVE version 2.6 and above.
  • Set the ClosedCaption rendering to on/off.
Name Type Description
 Status Boolean To turn on/off ClosedCaption rendering.

getTextStyleOptions ( )

  • Supported UVE version 2.6 and above.
  • Returns the JSON formatted string of current ClosedCaption style options and values.

setTextStyleOptions ( options ) 

  • Supported UVE version 2.6 and above.
  • Set the ClosedCaption style options to be used for rendering.
NameTypeDescription
options String JSON formatted string of different rendering style options and its values.

getAvailableThumbnailTracks ( )

  •  Returns json array of each thumbnail track’s metadata.
Name TypeDescription 
Resolution StringString indicating the width x height of the thumbnail images.
Bandwidth StringDecimal-Integer encoding – bits per second. Represents bit rate of the 
thumbnail track.  
Example
[{ 
 "RESOLUTION": "416x234", 
 "BANDWIDTH": 71416 
 }, { 
 "RESOLUTION": "336x189", 
 "BANDWIDTH": 52375 
 }, { 
 "RESOLUTION": "224x126", 
 "BANDWIDTH": 27413 
 }] 

setThumbnailTrack(index)

  • Set the desired thumbnail track from the list of available thumbnail track metadata.
  • Returns Boolean value true or false to indicate Success or Failure configuring the thumbnail track. 
NameType Description 
IndexNumberIndex value based on the available thumbnail tracks. 

getThumbnail(startPosition, endPosition) 

  •  Get the thumbnail data for the time range “startPosition” till “endPosition”.  
NameType Description
startPositionNumberStart value from which the thumbnail data is fetched. 
endPositionNumberEnd value till which the thumbnail data is fetched. 
baseUrl String The base url which is appended to tile url to fetch the required thumbnail 
image. 
raw_w String Original width of the thumbnail sprite sheet. 
raw_h String Original height of the thumbnail sprite sheet.  
width String Width of each thumbnail tile present in the sprite sheet.
height StringHeight of each thumbnail tile present in the sprite sheet. 
tile StringJSON array of multiple thumbnail tile information.
url StringUrl for each tile, which is appended with base url to form complete url.  
String Presentation time for each tile. 
StringDuration value of each tile.  
xStringX co-ordinate position to locate the tile from sprite sheet. 
String Y co-ordinate position to locate the tile from sprite sheet.
Example
{ 
 "baseUrl": "https://g004-c-13a10cpeacockvodstg.s.llnwi.net/pub/global/aOb/kIc/PCK_1604349987778_01/cmaf_thumbtest_segtime_d/mpeg_2sec/
images/416x234/", 
 "raw_w": 3744, 
 "raw_h": 3978, 
 "width": 416, 
 "height": 234, 
 "tile": [{ 
 "url": "pckimage-1.jpg", 
 "t": 328.0, 
 “d”: 2, 
 "x": 832, 
 "y": 234 
 }] 
} 



Events

Event Name Event PayloadDescription
playbackStarted 
– Supported UVE version 0.7 and above. 
– fired when playback starts
playbackStateChangedstate: number– Supported UVE version 0.7 and above. 
– fired as state changes across play/pause 
seek/not-seek quadruplet 
playbackProgressUpdate durationMiliseconds: 
number, 
positionMiliseconds: 
number, 
playbackSpeed: 
number, 
startMiliseconds: 
number, 
endMiliseconds: 
number, 
currentPTS: number, 
videoBufferedMiliseco
nds : number 
– Supported UVE version 0.7 and above. 
– fired based on the interval set 
– Added video PTS reporting if enabled 
with reportVideoPTS config 
– Added video buffer value (2.4 version)
bufferingChanged buffering: bool – Supported UVE version 0.8 and above.
– fired when AAMP encounters buffering 
mid-playback, buffering flag indicates 
buffer status 
FALSE -> No buffer for 
playback(Underflow) 
TRUE -> Buffer available for playback  
playbackCompleted
– Supported UVE version 0.7 and above.
– fired when there is nothing left to play 
playbackSpeedChangedspeed: number, 
reason: string
– Supported UVE version 0.7 and above. 
playbackFailedshouldRetry: boolean,
code: number, 
description: string
– Supported UVE version 0.7 and above.
– fired when an error occurs. 
decoderAvailable decoderHandle: 
number 
– Supported UVE version 0.7 and above.
– fired when video decoder handle 
becomes available, required for 
closedcaption parsing + rendering by RDK 
ClosedCaptions module
mediaMetadata 

durationMiliseconds: 
number, 
languages: string[], 
bitrates: number[],  

playbackSpeeds: 
number[], 
width: number, 
height: number, 
hasDrm: boolean 
isLive: boolean 
programStartTime: 
DRM: string[]  

– Supported UVE version 0.7 and above. 
– fired with metadata of the asset 
currently played, includes duration(in 
ms), audio language list, available bitrate 
list, hasDrm, supported playback speeds.
speedsChangedplaybackSpeeds: 
number[] 
– Supported UVE version 0.7 and above. 
– fired when supported playback speeds 
changes (based on iframe availability).
id3Metadata schemeIdUri : string 
value : string 
timescale : number 
presentationTime : 
number 
eventDuration : 
number 
id : number 
timestampOffset : 
number 
data : array 
length: number 
– This event is fired when 
ID3Metadata is parsed from the 
stream playlist. 
vttCueDataListener

start : number 

duration: number 
text:string

– This event is fired for VTT cue.

parsed from the WebVTT playlist. 

audioTracksChanged
– fired when Audio track is changed 
during playback.  
textTracksChanged Position: number– fired when Seek is triggered with a 
position.  
vttCueDataListenercode: number, 
description: string
– Supported UVE version 0.7 and above. 
– fired for VTT cue parsed from the 
WebVTT playlist in the asset.
drmMetadata code: number, 
description: string
– Supported UVE version 0.7 and above. 
– fired when there is a change in DRM 
metadata (especially expiration of DRM 
auth data).
enteringLive
– Supported UVE version 0.7 and above. 
– fired when entering live point of a live 
playlist during/after a seek/trickplay 
operation.
timedMetadata

time: number, 
duration: number, 
name: string, 
content: string, 
type: number, 
metadata: object,

id: string 

– Supported UVE version 0.8 and above. 
– fired when a subscribed tag is found in 
the playlist.
bitrateChanged time: number, 
bitRate: number, 
description: string, 
width: number, 
height: number, 
framerate: number 
position: number 
cappedProfile:bool 
displayWidth:number 
displayHeight:number  
– Supported UVE version 0.7 and above. 
– fired when video profile is switched by 
ABR with the metadata associated with 
newly selected profile.
adResolved resolvedStatus: bool, 
placementId: string, 
placementStartTime: 
number, 
placementDuration: 
number  
– Supported UVE version 0.8 and above.
– Confirmation that an upcoming ad’s main 
manifest has been successfully 
downloaded and parsed.
reservationStart adbreakId: string, 
time: number 
– Supported UVE version 0.8 and above.
– Sent upon playback into an ad break (one 
or more ads).
reservationEndadbreakId: string, 
time: number
– Supported UVE version 0.8 and above.
– Sent upon completion of an ad break 
(back to main content) – it is NOT sent 
(per previously agreed contract) if user 
does trickplay or seek to abort ad 
playback.
placementStartadId: string, 
time: number
– Supported UVE version 0.8 and above.
– This is sent in real time when injecting 
first frame of a new ad on content->ad or 
ad->ad transition. Should be accurate 
compared to onscreen frames.
placementEndadId: string, 
time: number 
– Supported UVE version 0.8 and above.
– This is sent in real time after passively 
playing to end of an ad – it is NOT sent (per 
previously agreed contract) if user does 
trickplay or seek to abort ad playback. 
placementProgress adId: string,
time: number 
– Supported UVE version 0.8 and above.
– Sent periodically while ad is being played 
out, giving an estimate percentagewatched metric. It’s interpolated based on 
elapsed time, and should repeat same 
value if paused.
placementErroradId: string, 
time: number, 
error: number  
– Supported UVE version 0.8 and above.
– Generated only for exception while 
attempting to play out ad content.

addEventListener( name, handler )

NameType Description
name StringEvent Name
handlerFunctionCallback for processing event.

removeEventListener( name, handler )

NameType Description
NameString Event Name
handler Function Callback for processing event.



CDAI Mechanism#1 – Engine Managed CDAI  

Supported for DASH Linear, working with period structure and SCTE35 markers, with optional replacement 
for like-amount of content. 

setSubscribedTags( tagNames )

  • Supported UVE version 0.8 and above.
  • Subscribe to specific tags / metadata in manifest.
Name TypeDescription
tagNames String Array List of tag names of interest.
Examples:
#EXT-X-IDENTITY-ADS 
#EXT-X-MESSAGE-REF 
#EXT-X-CUE 
#EXT-X-ASSET-ID 
#EXT-X-TRICKMODE-RESTRICTION 
#EXT-X-CONTENT-IDENTIFIER 

setAlternateContent( reservationObject, promiseCallback )

  •  Supported UVE version 0.8 and above.  
Name TypeDescription 
reservationObject Object

reservationObject provides context for alternate content to be played out at ad 
opportunities. 

{ 
 "reservationId": "1234", // period id from DASH manifest 
 "reservationBehavior": number, 
 "placementRequest": 
 { 
 // uuid generated to identify this placement 
 "id": string, 
 // position at which placement will begin playback on the main timeline 
 "pts": number, 
 "url": "", 
 }, 
}
promiseCallbackFunctionSignals success/failure while retrieving ad manifest and preparing for 
playback. 

notifyReservationCompletion( reservationId, time )

  • Supported UVE version 0.8 and above.
  • Notify video engine when all ad placements for a particular reservation have been set via setAlternateContent.
Name Type Description 
reservationId StringPeriod ID of reservation of Ad placed.
TimeNumberTime of Ad reservation done.



CDAI Mechanism#2 – “Player Prebuffering” Feature 

Can be leveraged for quick stream transitions. Suitable for preroll, and midroll insertions. No limitations 
with respect to content type – can transition between DASH and HLS. 

detach()

  • Supported UVE version 0.9 and above.
  • Optional API that can be used to quickly stop playback of active stream before transitioning to 2nd prebuffered stream. 

Example use of detach and buffering:

var player = new AAMPMediaPlayer(); 
player.load( “http://test.com/content.m3u8” ); // begin streaming main content 
… 
var adPlayer = new AAMPMediaPlayer(); // create background player 
adPlayer.load( “http://test.com/ad.m3u8”, false ); // preroll 
… 
player.detach(); // stop playback of active player 
adPlayer.play(); // activate background player (fast transition) 
player.stop(); // release remaining resources for initial player instance

Example of midroll Ad insertions and resume main content playback:

Main content 
(0 – 180 Sec)  
AD1 
(0 -40 Sec) 
AD2 
 (0 – 30 Sec) 
Main Content 
(180 – 600 Sec)  
Main Content 
(0 – 180 sec)  
create foreground player and start streaming of main content 
var player = new AAMPMediaPlayer(); 
player.load( “http://test.com/content.mpd” ); 
create background player and preload AD1 
var adPlayer1 = new AAMPMediaPlayer(); 
adPlayer1.load( “http://test.com/ad1.mpd”, false ); 
AD1 
(0 – 40 sec)  
time of AD1 start, stop active player and activate background player for AD1 
var position = Player. getCurrentPosition() // get current playback position 
player.detach(); 
adPlayer1.play(); 
player.stop(); 
preload AD2 in background player 
var adPlayer2 = new AAMPMediaPlayer(); 
adPlayer2.load( “http://test.com/ad2.mpd”, false );  
AD2 
(0 – 30 sec) 
EOS of AD1, stop active player and activate background player for AD2
adPlayer1.detach(); 
adPlayer2.play(); 
adPlayer1.stop(); 
preload Main content in background and set last playback position 
var player = new AAMPMediaPlayer(); 
player. Seek (position) 
player.load( “http://test.com/content.mpd”, false ); 
Main Content 
(180 – 600 sec)  
EOS of AD2, stop active player and activate background player for main content 
adPlayer2.detach(); 
player.play(); 
adPlayer2.stop(); 



Configuration

initConfig( config )

Configuration options are passed to AAMP using the UVE initConfig method. This allows the application override 
default configuration used by AAMP player to give more control over player behavior. Parameter is a JSON Object with 
one or more attribute/value pairs as follows:  

Property Type Default 
Value
Description
initialBitrate Number2500000 max initial bitrate (bps)
initialBitrate4K 

Number

13000000

max initial bitrate for 4k video playback (bps) 
OffsetNumber (s) 0start position offset in seconds(same as seek() method) 
networkTimeoutNumber (s)10 network request timeout for fragment/playlist/manifest 
downloads (in seconds) 
manifestTimeout Number (s) 10Manifest download timeout; overrides networkTimeout if both present; available starting with version 0.8 . Applied to Main manifest in HLS and DASH manifest download. (in seconds) 
playlistTimeoutplaylistTimeout10 HLS playlist download timeout; overrides networkTimeout if 
both present; available starting with version 1.0 (in seconds) 
downloadBufferNumber 4max amount of time to download ahead of playhead 
(fragments) 
example: 
– with a downloadBuffer of 4 (default) there will be 4 
fragments (typically 2s each) of video or audio harvested and 
buffered in advance, in additional to internal playback 
buffering 
minBitrate Number– Optional profile clamping (in bps) 
maxBitrateNumber Optional profile clamping (in bps) 
preferredAudioLanguage String en

ISO-639 audio language preference; for more than one language, provide comma delimited list from highest to lowest priority: ‘<HIGHEST>,<…>,<LOWEST>’ 

timeShiftBufferLengthNumber(not supported, for future) 
stereoOnly Boolean False Optional forcing of playback to only select stereo audio track 
available starting with version 0.8 
liveOffsetNumber (s) 15Allows override default/stream-defined distance from live 
point for live stream playback (in seconds)
bulkTimedMetadataBooleanFalseSend timed metadata using single stringified JSON array 
instead of individual events available starting with version 0.8
networkProxyString

Network proxy to use (Format <SCHEME>://<PROXY

IP:PROXY PORT>) 

licenseProxyString– Network proxy to use for license requests (Format same as 
network proxy)
downloadStallTimeoutNumber (s) Optional optimization – Allow fast-failure for class of curl-detectable mid-download stalls (in seconds)
downloadStartTimeoutNumber (s) Optional optimization – Allow fast-failure for class of curl-detectable stall at start of download (in seconds)
preferredSubtitleLanguage String enISO-639 language code used with VTT OOB captions
parallelPlaylistDownloadBooleanTrueOptional optimization – download audio and video playlists in 
parallel for HLS; available starting with version 0.8
parallelPlaylistRefresh Boolean TrueOptionally disable audio video playlist parallel download for 
linear (only for HLS)
useAverageBandwidth BooleanFalseOptional Average bandwidth for ABR switching ( version 1.0) 
preCachePlaylistTimeNumber (s) – Optionally enable PreCaching of Playlist and TimeWindow for 
Cache(minutes) ( version 1.0) 
progressReportingInterval Number (s)Optionally change Progress Report Interval (in seconds)
useRetuneForUnpairedDiscont
inuity
BooleanTrue Optional unpaired discontinuity retune config ( version 1.0)
drmDecryptFailThresholdNumberOptional pre-tune buffering (in seconds) before playback start 
(version 2.4)
useMatchingBaseUrl BooleanFalseuse DASH main manifest hostname to select from multiple 
base urls in DASH (when present). By default, will always 
choose first (version 2.4) 
initFragmentRetryCountNumber Maximum number of retries for MP4 header fragment 
nativeCCRendering BooleanFalse Use native ClosedCaption support in AAMP (version 2.6)
langCodePreferenceNumberSet the preferred format for language codes in other 
events/APIs (version 2.6) 
NO_LANGCODE_PREFERENCE = 0, 
3_CHAR_BIBLIOGRAPHIC_LANGCODE = 1, 
3_CHAR_TERMINOLOGY_LANGCODE = 2, 
2_CHAR_LANGCODE = 3
descriptiveTrackNameBoolean False Use descriptive audio track naming format which is a combination of – (version 2.6) 
authTokenStringOptional field to set AuthService token for license 
acquisition (version 2.7) 
useRetuneForGstInternalError BooleanTrue Optional field to disable propagating URI parameters from 
Main manifest to segment downloads  
reportVideoPTSBooleanFalseOptional field to enable Video PTS reporting along with 
progressReport (version 3.0)
propagateUriParameters BooleanTrue Optional field to disable propagating URI parameters from 
Main manifest to segment downloads  
enableSeekableRangeBoolean FalseOptional field to enable reporting of seekable range for linear 
scrubbing
maxPlaylistCacheSizeNumber Optional field to configure maximum cache size in Kbytes to 
store different profile HLS VOD playlist
setLicenseCaching BooleanTrueOptional field to disable License Caching in player. By default 
3 DRM Sessions are Cached
persistBitrateOverSeekBooleanFalseTo enable AAMP persisting video profile during 
Seek/Trickplay/Audio switching operation
sslVerifyPeerBoolean FalseOptional field to enable SSL peer verification 
livePauseBehavior Number0Optional field to configure player live pause behavior on linear 
streams when live window touches eldest position. 
Options: 
0 – Autoplay immediate 
1 – Live immediate 
2 – Autoplay defer 
3 – Live defer 
Default – Autoplay immediate 
limitResolutionBooleanFalseOptional field to set maximum video profile resolution based 
on TV display resolution setting . Default Off.
asyncTune BooleanFalse Optional field to enable asynchronous player API processing. 
Application / UI caller threads returned immediately without 
any processing delays. 
useAbsoluteTimelineBooleanFalseOptional field to enable progress reporting based on 
Availability Start Time of stream (DASH Only)
sharedSSLBooleanTrueOptional field to disable sharing SSL context for all download 
sessions, across manifest, playlist and segments. 
disable4KBooleanFalseOptional field to disable 4K profile playback and restrict only 
to non-4k video profiles.
preferredAudioRenditionString
Optional field to set preferred Audio rendition setting 
DASH : caption,subtitle,main 
HLS : GROUP-ID  
preferredAudioCodec String 
Optional field to set preferred Audio Codec 
Comma-delimited list of formats, where each format specifies a 
media sample type that is present in one or more Renditions 
specified by the Variant Stream. 
e.g: mp4a.40.2,avc1.4d401e

setDRMConfig( config ) 

DRM configuration options are passed to AAMP using the setDRMConfig method. Parameter is JSON object with pairs of 
protectionScheme: licenseServerUrl pairs, along with preferredKeySystem specifying a preferred protectionScheme.

PropertyTypeDescription
com.microsoft.playreadyStringLicense server endpoint to use with PlayReady DRM. 
Example: 
http://test.playready.microsoft.com/service/rightsmanager.asmx
com.widevine.alphaStringLicense server endpoint to use with Widevine DRM.
Example: https://widevine-proxy.appspot.com/proxy
preferredKeysystem StringUsed to disambiguate which DRM type to use, when manifest advertises 
multiple supported DRM systems. 
Example: com.widevine.alpha





Universal Video Engine Player Errors



Error codeCode Error String
AAMP_TUNE_INIT_FAILED10AAMP: init failed 
AAMP_TUNE_INIT_FAILED_MANIFEST_DNLD_ERROR 10AAMP: init failed (unable to download manifest) 
AAMP_TUNE_INIT_FAILED_MANIFEST_CONTENT_ERROR10AAMP: init failed (manifest missing tracks)
AAMP_TUNE_INIT_FAILED_MANIFEST_PARSE_ERROR 10AAMP: init failed (corrupt/invalid manifest)
AAMP_TUNE_INIT_FAILED_TRACK_SYNC_ERROR 10AAMP: init failed (unsynchronized tracks) 
AAMP_TUNE_MANIFEST_REQ_FAILED 10AAMP: Manifest Download failed 
Playlist refresh failed
AAMP_TUNE_INIT_FAILED_PLAYLIST_VIDEO_DNLD_ERR
OR
10 AAMP: init failed (unable to download video playlist)
AAMP_TUNE_INIT_FAILED_PLAYLIST_AUDIO_DNLD_ERR
OR
10AAMP: init failed (unable to download audio playlist)
AAMP_TUNE_FRAGMENT_DOWNLOAD_FAILURE 10 AAMP: fragment download failures
AAMP_TUNE_INIT_FRAGMENT_DOWNLOAD_FAILURE10AAMP: init fragment download failed
AAMP_TUNE_INVALID_MANIFEST_FAILURE10 AAMP: Invalid Manifest, parse failed  
AAMP_TUNE_MP4_INIT_FRAGMENT_MISSING 10AAMP: init fragments missing in playlist
AAMP_TUNE_CONTENT_NOT_FOUND20 AAMP: Resource was not found at the URL(HTTP 404)  
AAMP_TUNE_AUTHORISATION_FAILURE 40AAMP: Authorization failure 
AAMP_TUNE_UNTRACKED_DRM_ERROR50AAMP: DRM error untracked error
AAMP_TUNE_DRM_INIT_FAILED 50 AAMP: DRM Initialization Failed 
AAMP_TUNE_DRM_DATA_BIND_FAILED50 AAMP: InitData-DRM Binding Failed
AAMP_TUNE_DRM_SESSIONID_EMPTY50 AAMP: DRM Session ID Empty
AAMP_TUNE_DRM_CHALLENGE_FAILED50AAMP: DRM License Challenge Generation Failed
AAMP_TUNE_LICENCE_TIMEOUT 50 AAMP: DRM License Request Timed out
AAMP_TUNE_LICENCE_REQUEST_FAILED 50 AAMP: DRM License Request Failed
AAMP_TUNE_INVALID_DRM_KEY 50AAMP: Invalid Key Error, from DRM
AAMP_TUNE_UNSUPPORTED_STREAM_TYPE50AAMP: Unsupported Stream Type 
Unable to determine stream type for DRM Init 
AAMP_TUNE_UNSUPPORTED_AUDIO_TYPE50 AAMP: No supported Audio Types in Manifest 
AAMP_TUNE_FAILED_TO_GET_KEYID50 AAMP: Failed to parse key id from PSSH
AAMP_TUNE_FAILED_TO_GET_ACCESS_TOKEN50AAMP: Failed to get access token from Auth Service
AAMP_TUNE_CORRUPT_DRM_METADATA 50AAMP: DRM failure due to Bad DRMMetadata in 
stream 
AAMP_TUNE_DRM_DECRYPT_FAILED50AAMP: DRM Decryption Failed for Fragments
AAMP_TUNE_DRM_KEY_UPDATE_FAILED50 AAMP: Failed to process DRM key
AAMP_TUNE_CORRUPT_DRM_DATA 51AAMP: DRM failure due to Corrupt DRM files 
AAMP_TUNE_DEVICE_NOT_PROVISIONED52 AAMP: Device not provisioned
AAMP_TUNE_HDCP_COMPLIANCE_ERROR53AAMP: HDCP Compliance Check Failure
AAMP_TUNE_GST_PIPELINE_ERROR80AAMP: Error from gstreamer pipeline
AAMP_TUNE_FAILED_PTS_ERROR80AAMP: Playback failed due to PTS error
AAMP_TUNE_PLAYBACK_STALLED7600AAMP: Playback was stalled due to lack of new 
fragments 
AAMP_TUNE_FAILURE_UNKNOWN 100 AAMP: Unknown Failure



Inband Closed Caption Management

To use inband closed captions, first register an event listener to discover decoder handle: 

player.addEventListener("decoderAvailable", decoderHandleAvailable);


Along with corresponding event handler to publish the decoder handle to CC subsystem as follows:

function decoderHandleAvailable(event) { 
console.log("decoderHandleAvailable " + event.decoderHandle); 
XREReceiver.onEvent("onDecoderAvailable", { decoderHandle: event.decoderHandle }); 
}


Toggle CC display on or off at runtime:

XREReceiver.onEvent("onClosedCaptions", { enable: true }); 
XREReceiver.onEvent("onClosedCaptions", { enable: false }); 


Set CC track at runtime:

XREReceiver.onEvent("onClosedCaptions", { setTrack: trackID });


Set CC style options at runtime: 

XREReceiver.onEvent("onClosedCaptions", { setOptions: defaultCCOptions}); 


defaultCCOptions is a JSON object of various style options and its values.

When closing stream, detach decoder handle: 

XREReceiver.onEvent("onDecoderAvailable", { decoderHandle: null }); 

Environments without the XREReceiver JS object may exist in future. Applications may use alternate CC rendering methods to 
avoid dependency on XREReceiver object. 

To use, turn on nativeCCRendering init configuration value to true as follows:

player.initConfig( { nativeCCRendering: true } ); 


Toggle CC display on or off at runtime:

player.setClosedCaptionStatus(true); 
player.setClosedCaptionStatus(false); 


Get/Set CC track at runtime:  

player.getTextTrack();
player.setTextTrack(trackIndex);  


Get/Set CC style options at runtime:

player.getTextStyleOptions(); 
player.setTextStyleOptions(options); 

options in a JSON formatted string of style options and its values.



ATSC – Unified Video Engine Features


Support for ATSC-UVE is included from 3.0 version. 
A subset of UVE APIs and Events are available when using UVE JS APIs for ATSC playback.  

API Methods

APIs SupportedDescription
load 

URI of the Media to be played by the Video Engine. Optional 2nd
parameter. 

Examples for new URLs Supported:

live:///75 – ATSC Channel 
hdmiin://localhost/deviceid/0 – HDMI Input 
cvbsin://localhost/deviceid/0 – Composite Input 
tune://atsc?frequency=5700000&serviceid=3 – Direct tune to ATSC Channel
play Start Playback / Resume playback.
stop Stop playback and free resources.  
getAudioTrack Get the index of the currently selected Audio track.
setAudioTrackSet the index of the Audio track to be selected.  
setAudioTrack
Set the Audio track to be selected by Language and Rendition.
JSON formatted argument. 
  • language 
  • rendition  

Example: 

{"language":"ger","rendition":"commentary"}
setAudioLanguageSet the language of the Audio track to be selected.
setVideoRect Set display video rectangle coordinates. Default configuration 
(0,0,1280,720)  
getAvailableAudioTracks
Returns the available audio tracks information in 
JSON formatted list. Subset of parameters returned 
  • name 
  • language 
  • codec  

Example: 

{"name": "English (AC3)","language":"eng","codec":"AC3"}  
setClosedCaptionStatusSet the Closed Caption rendering to on/off.  
getAvailableTextTracks 
Returns the available text track (CC) information in 
JSON formatted list. 
Subset of parameters returned 
  • name 
  • type 
  • language 
  • instreamId  

Example: 

[{"name":"English (Closed Caption)","type":"CLOSED-CAPTIONS","language": 
"eng",”instreamId":"CC1"}, 
 {"name":"Spanish (Closed Caption)","type":"CLOSED-CAPTIONS","language": 
"spa","instreamId":"CC2"}, 
 {"name":"English (Closed Caption)","type":"CLOSED-CAPTIONS","language": 
"eng","instreamId":"SERVICE1"}, 
 {"name":"Spanish (Closed Caption)","type":"CLOSED-CAPTIONS","language": 
"spa","instreamId":"SERVICE2"}] 
getTextTrackGet the Index of the currently selected Text track.
setTextTrack Set the Index of the Text track to be selected.
getTextStyleOptionsReturns the JSON formatted string of current ClosedCaption style 
options and values.
setTextStyleOptionsSet the ClosedCaption style options to be used for rendering.  



New Set of APIs added for ATSC Parental Control Settings  

disableContentRestrictions (until)  

  • Temporarily disable content restriction based on the control input provided by the ‘until’ parameter.
  • Can be used for unlocking a locked channel (Channel locked due to Restrictions set)
Name TypeDescription 

until

{"time": < seconds>} 

Or 

{"programChange":true};
Json ObjectProvides control for automatic re-locking conditions.
  • If ‘time’ is set, the seconds will be considered as relative to current time until which the program will be unlocked. 
  • If ‘programChange’ is set, the program will be unlocked, but re-enable restriction handling on next program boundary. 
  • If neither specified, parental control locking will be disabled until set-top reboot, or explicit call to enableContentRestrictions(). 
  • If both specified, parental control locking will be re-enabled depending on which condition occurs first.

enableContentRestrictions ()  

  •  To re-enable parental control locks based on restrictions.

Events Supported 

Events SupportedValueDescription
playbackStarted Tune Success [OTA , HDMIIN,COMPOSITE IN] 
playbackStateChanged14 

Event when player state changes. 
Valid AAMP States for ATSC OTA Playback: 
: “idle”:0, “initializing”:1, “initialized”:2, “preparing”:3, “prepared”:4, 
“playing”:8, “blocked”:14
Valid AAMP States for HDMIIN : 


"playing":8,“stopped”:10
blocked 38

Blocked event is generated when player status switches to 
eSTATE_BLOCKED. 
The Event payload is a string to describe the reason for the 
blocked state. 
Event Payload: 
Type : reason – string 
 Reason for restriction 

Example: 
“reason”: (ATSC Playback) 
“STATUS|Low or No Signal” 
“Service Pin Locked” 
“STATUS|Unable to decode” 
If a program is Blocked due to Restrictions set by the Application, the 
‘blocked’ event’s reason will be “Service Pin Locked” 
“reason”: (HDMIIN) 
“NO_SIGNAL” 
“UNSTABLE_SIGNAL” 
“NOT_SUPPORTED_SIGNAL”

bitrateChanged 11 

Event notified when bitrate change happens. The event 
payload provides video stream info Will be notified after 
first tuned event for OTA and and after display settings 
change. 

Event Payload: 
time: number, 
bitRate: number, 
description: string, 
width: number, 
height: number, 
framerate: number, 
position: number(not used), 
cappedProfile:number (not used), 
displayWidth:number (not used), 
displayHeight:number (not used), 
progressive:bool, 
aspectRatioWidth:number, 
aspectRatioHeight:number  

InitConfig

Property TypeDefault 
Value
Description
preferredAudioLanguage String en

ISO-639 audio language preference; for more than one language, provide comma delimited list from highest to lowest priority:

‘<HIGHEST>,<…>,<LOWEST>’

nativeCCRendering Boolean False Use native Closed Caption support in AAMP
Go To Top