2.10.0 • Published 10 months ago

rtv-server v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Installation

  1. To support Tizen please install Tizen Studio and make the following commands available in terminal:

    • tizen
    • sdb
  2. Tizen certificates should be issued and Tizen profile should be created

  3. To support webOS please install webOS SDK and make the following commands available in terminal:

    • ares-*

HTTP server

Acts as a proxy from developer machine to TV. Includes web client to send commands from browser.

Supported platforms

  • Samsung Tizen
  • LG webOS

Install

npm install rtv-server

Config .rtv-server

{
  "port": 3000,
  "httpsPort": 3001,
  "httpsCert": "path/to/cert/file.crt",
  "httpsKey": "path/to/key/file.key",
  "sdbPath": "~/tizen-studio/tools",
  "tizenPath": "~/tizen-studio/tools/ide/bin",
  "aresPath": "~/webOS_TV_SDK/CLI/bin",
  "webosAccountLogin": "your_lg_login",
  "webosAccountPassword": "your_lg_password"
}

Note: webosAccountLogin and webosAccountPassword are required only for WebOS TVs. They should be created here and are used for login in WebOS Developer Mode application.

Run server

rtv-server