Versions Compared

Key

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

...

  • Lighting refapp integration into rdk-generic-hybrid-image-raspberrypi


    • Method 1:
  1. login into raspberrypi and change directory:
Code Block
$ ssh root@<<IP address>>

# after login into box 
$ cd /lib/rdk/

 

2. add startup_app_conf variable into variable into referenceApp.sh config file, if you are not seeing referenceApp.sh file in /lib/rdk then refer below mentioned steps to validate refapp in method 2.

Code Block
startup_app_conf=/opt/residentapp.conf 

...

      5. reboot the box 

     

  • Method 2:

step 1: login to box $ ssh root@<your box ip>

step 2: copy refapp build into /opt/www

step3: $ cd /lib/rdk

step 4: $ vi residentApp.sh

step 5: configure refapp url into residentApp.sh > find in residentApp.sh line "offlineApp="http://127.0.0.1:50050/lxresui/index.html" and replace with refapp url, Example: "offlineApp="http://127.0.0.1:50050/refapp/index.html"

Note: if you are downloading prebuild refapp from download link: build.zip after extract you will see build/build/<files>, you can copy build folder as it is and in this case url will be "offlineApp="http://127.0.0.1:50050/build/build/index.html".

step 6: After reboot app come up with a splash screen. Lighting application will launch instead of switcher app. Main menu screen is displayed which allows users to launch apps, vod, and play video content.


RefApp Video Playback

  • RDK 4.0 (rdk-generic-hybrid-image) Vs LGI  RefApp (rdk-generic-hybrid-refapp-image)

...