Versions Compared

Key

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

...

#export LD_PRELOAD=$LD_PRELOAD:/usr/lib/libopenmaxil.so:/usr/lib/libwayland-client.so.0
#export WAYLAND_DISPLAY=WPE
#export XDG_RUNTIME_DIR=/run/user/0/
#WPELauncher http://127.0.0.1/player.html

#WPELauncher http://youtube.com/tv


player.html needs to created with below content in /opt/www

Image Removed<html><head><title>AAMP Test Page</title></head>
<body>
<video id="video"></video>
<script type="text/javascript">
var video = document.getElementById('video');
video.src = 'aamp://q-cdn3-1-cg17-linear-7dd67fc2.movet
v.com/clipslist/FOODHD/2017-06-05T18:30:00Z/2017-06-
05T19:00:00Z/master_7_5_none.m3u8'
video.load();
video.play();
</script>
</body></html>

Pipeline Diagram



DEBUG Logs

...

To Enable logs,please export following 

...