Versions Compared

Key

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

...

This utility is available in /usr/bin  to test aamp plugin which by default takes aamp HLS  as aamps://tungsten.aaplimg.com/VOD/bipbop_adv_example_v2/master.m3u8 

#/usr/bin/playbintest

2. gst-launch 

AAMP can be tested with gst-launch using playbin.

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

3. WPELauncher 

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

#export

#export LD_PRELOAD=

$LD_PRELOAD:

/usr/lib/

libopenmaxil

libwesteros_gl.so

:/usr/lib/libwayland-client.so

.0.0.0
#export WAYLAND_DISPLAY=WPE
#export XDG_RUNTIME_DIR=/run
#WPELauncher http://127.0.0.1/player.html

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

...