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
Buttons used in Remote | Keys used in Keyboard |
---|---|
Menu | Backspace |
Up Arrow | Up Arrow |
Down Arrow | Down Arrow |
Right Arrow | Right Arrow |
Left Arrow | Left Arrow |
OK | Enter |
Volume Up | W |
Volume Down | S |
Mute | M |
Live video playback will be running by default on the screen. Dash, HLS and MP4 format of videos are supported by the media player.
(The above figure shows an instance of video playback before the user launches the UI.)
(The above figure shows the player control UI)
On pressing ‘Down Arrow’ key, Player control UI will be displayed. It has two rows of controls.
Following keys are used for navigation in Player control UI
Up/Down | To navigate between rows |
Right/Left | To navigate between Player options |
Enter | To select Player controls |
Top row has following functionalities
Player controls | Functionalities |
---|---|
Previous button | To go to previous channel |
Rewind button | To reduce the fast-forwarded streaming speed |
Play - Pause button | To play and pause the video |
Forward button | To fasten the streaming speed more than that of the actual speed |
Next button | To go to next channel |
Bottom row has following functionalities
Recording option | To be Implemented |
Settings | To be Implemented |
Closed captions | To be Implemented |
Info | To be Implemented |
Along with the Player control UI, channel name and channel logo also appear on top of the screen.
(The above figure shows the Network info appearing on the screen )
(The above figure shows an example of the Channel Info)
Network information also appears along with the Player control UI. Time, Wi-Fi, Bluetooth and weather information should appear on top right corner of the screen (functionality- to be implemented)
(The above figure shows the Network info appearing on the screen )
On pressing ‘Menu’ key from the live playback (or Backspace from keyboard), the Accelerator UI will get launched. Exiting from the UI at any stage is also done in the similar fashion by pressing ‘Menu/Backspace’ key.
(The above figure shows the launched Accelerator UI on the screen)