Versions Compared

Key

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

...

Changes should never be directly pushed, but rather added incrementally to a dedicated documentation ticket under a given main federated release ticket.  These These changes will be reviewed and brought forward at end of sprint. All UVE APIs and event changes must result in documentation updates.

...

<html><head><title>AAMP playback in WPE browser using UVE APIs</title></head>
<script>
    var url = "httpshttp://cpetestutilityd3rlna7iyyu8wu.stb.r53.xcal.tv/multilang/maincloudfront.net/skip_armstrong/skip_armstrong_multi_language_subs.m3u8";
    window.onload = function() {

...

    // assign HLS or DASH locator here, with protocol changed to aamp:// or aamps://
    var url = "aamps://cpetestutility.stb.r53.xcal.tv/multilang/main.m3u8";    

...

    <video id="video" style="height:100%; width:100%; position:absolute; bottom:0; left:0" src=""/>
</body>
</html>

...