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 http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

#export WAYLAND_DISPLAY=WPE
#export XDG_RUNTIME_DIR=/run/user/0/
#export PLAYERSINKBIN_USE_WESTEROSSINK=1

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

...

AAMP can be tested with gst-launch using playbin.

#export WAYLAND_DISPLAY=WPE
#export XDG_RUNTIME_DIR=/run/user/0/


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

...

#export LD_PRELOAD=/usr/lib/libwesteros_gl.so.0.0.0
#export WAYLAND_DISPLAY=WPE
#export XDG_RUNTIME_DIR=/run/user/0/
#WPELauncher http://127.0.0.1:50050/player.html

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

...