RDK Resources
RDK Preferred
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
This manual contains information on how to use Tata Elxsi Accelerator UI, which is an user interface for Video Accelerator devices.
Home screen UI with following options:
Metrological Apps
Video on Demand (VOD)
Bluetooth Settings
Volume Control
This section provides details on how the user can launch Tata Elxsi Accelerator UI by choosing either of the following 3 options:
(Above figure shows the setting URL in the UX)
Point RDK splash screen to the deployed URL of Accelerator Application. On boot up, Accelerator app will be launched immediately after displaying RDK Splash screen (Default video will be played on launching the Accelerator App)
Installation of Node.js 10.x, npm and Lightning-CLI (reference)
2. Clone the Accelerator-UI project
git clone
3. Navigate to the project location in terminal
4. Run: npm install
It downloads all the dependent packages.
5. lng build : will create a standalone bundle that you can run in the browser.
6. lng serve : will start a local webserver and run the App.
The port information of the server will be shown in the terminal.
7. lng dev : will build the App and start the webserver.
Besides it watches for the changes while running the App.
Application will be up and running locally on local host (http://127.0.0.1:8080)
Follow steps mentioned in Launch the pre-deployed Lightning UI on accelerator to launch the locally deployed application (http://<IPaddress>:8080) on your Accelerator device.x
Follow steps mentioned in Configure the pre-deployed Accelerator UI as the default UI to configure your locally deployed application (http://<IPaddress>:8080) as the default UI on STB boot up