Test rmfstreamer Container

 As rmfstreamer is running inside the container in Gateway device, the same can be tested using rmfapp  application in media client

Prerequisite in Gateway device

  • Copy any ts file in /opt/www/  to test the playback
  • Modify tune.config (by giving mod/freqen params  and name of ts file)
  • Make note of ip address of Gateway device using ifconfig

Remote Playback  on Mediaclient

 

mkdir  -p /run/user/0
Make sure westeros is running (systemctl status westeros).If not,please start the westeros using systemctl restart westeros
Set environment variables
export WAYLAND_DISPLAY=wayland-0
export XDG_RUNTIME_DIR=/run/user/0
export LD_PRELOAD=$ LD_PRELOAD :/usr/lib/libopenmaxil.so: /usr/lib/libwayland-client.so.0
cd  /usr/bin
Start rmfapp process(./rmfApp) and enter the following command
    rmfapp > Play  http://<ip address of gateway device>/vldms/tuner?ocap_locator=ocap://0x125d
  • No labels