Versions Compared

Key

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

...

#export WAYLAND_DISPLAY=WPE
#export XDG_RUNTIME_DIR=/run/user/0/
#export PLAYERSINKBIN_USE_WESTEROSSINK=1
#export LD_PRELOAD=/usr/lib/libwesteros_gl.so.0.0.0

#/usr/bin/playbintest http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

...

#gst-launch-1.0 playbin uri=aamp://http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 video-sink=westerossink audio-sink=omxhdmiaudiosink

WPELauncher 

AAMP can be tested with WPELauncher. Please make sure environmental variables are set.

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

...

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

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


DEBUG Logs

...

To Enable logs,please export following 

...