Versions Compared

Key

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

...

Once FOG and storagemanager were up and running, we used aamp-cli to test using encoded URL. The following URL was used

Setting up environment

TOKEN=`WPEFrameworkSecurityUtility | sed -r 's/[{:",}]/ /g' | awk '{print $2}'`
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" 'http://127.0.0.1:9998/jsonrpc' -d '{"jsonrpc": "2.0","id": 4,"method": "org.rdk.RDKShell.1.createDisplay", "params": { "client": "test-0", "displayName": "test-0" }}' ; echo
export XDG_RUNTIME_DIR=/run
export WESTEROS_GL_GRAPHICS_MAX_SIZE=1920x1080
export WESTEROS_SINK_AMLOGIC_USE_DMABUF=1
export WESTEROS_GL_USE_REFRESH_LOCK=1
export WESTEROS_SINK_USE_FREERUN=1
export WESTEROS_GL_USE_AMLOGIC_AVSYNC=1
export LD_PRELOAD=/usr/lib/libwesteros_gl.so.0.0.0
export WAYLAND_DISPLAY=test-0


Lauch aamp-cli and enter the following url

https://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8 (HLS)

...