Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

intro

this doc does

Info
iconfalse

Table of Contents
maxLevel4

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.




co1col2












Background Color
color#F5F5F5

HEADING WITH BACKGROUND COLOR


Code Block
languagexml
themeMidnight
titlesample code
<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);