Giter Site home page Giter Site logo

rtv's Introduction

Remote TV control for developers

Tools for Smart TV developers.

scheme

Supported platforms

  • Samsung Tizen
  • LG WebOS
  • PlayStation4 DevKit/TestKit
  • Samsung Orsay 2014+

Usage

Run RTV in Docker

The easiest way to run RTV is to run it in Docker container. It contains Samsung Tizen CLI and LG webOS CLI.

On Linux:

   docker run -it \
      -e USER=rtv \
      -e WEBOS_ACCOUNT_LOGIN={your_login} \
      -e WEBOS_ACCOUNT_PASSWORD={your_password} \
      --network=host \
      -v tvdata:/home/developer \
      kinopoisk/rtv

On MacOS:

   docker run -it \
      -e USER=rtv \
      -e WEBOS_ACCOUNT_LOGIN={your_login} \
      -e WEBOS_ACCOUNT_PASSWORD={your_password} \
      -p=3000:3000 \
      -v tvdata:/home/developer \
      kinopoisk/rtv

Note: NETWORK_MODE=host allows to scan and wake on LAN TVs, but doesn't work on MacOS.

Note: WEBOS_ACCOUNT_LOGIN and WEBOS_ACCOUNT_PASSWORD are required only for WebOS TVs. Login and password pair can be obtained here and are used for login in WebOS Developer Mode application.

Setup without Docker

  1. Install and configure rtv-server
  2. Run rtv-ui
  3. Install and configure rtv-cli if you need it
  4. For programmatic usage with Node.JS or Browser JavaScript please install rtv-client

Development

Development without Docker

  1. Install necessary SDK:

  2. nvm use - use needed version of Node.JS via Node Version Manager

  3. Install dependencies: npm install npm run bootstrap

  4. npm run dev - builds packages and runs server in watch mode

Development in Docker

  1. Install docker-compose
  2. Build image: npm run docker:build
  3. Run docker container: npm run docker:up
  4. Open RTV UI locally: http://localhost:3000

Release

Releases goes separately to npm and docker registry. Try keep them in sync.

Release to npm

  1. Run tests: npm t
  2. Bump version: npm run release-minor | npm run release-patch
  3. Publish to npm: npm run publish
  4. Push to GitHub: git push

Release Docker image

  1. Build image: npm run docker:build
  2. Run tests in container: npm run docker:test
  3. Tag image: docker tag rtv:latest kinopoisk/rtv:latest
  4. Push image to registry: IMAGE=kinopoisk/rtv:latest npm run docker:push

Adding new TV

It is necessary that the working computer and the TV are on the same local network.

Adding and configuring Tizen (Samsung)

  1. In RTV UI settings ({YOUR_RTV_SERVER}/settings/tv) manually add a TV (by New TV button). Specify IP, alias and platform and save. For instance:

      IP = 192.168.1.66 (on the TV Settings -> General -> Network -> Network Status -> IP Settings)
      alias = tizentv (or whatever)
      platform = tizen
    
  2. Specify Developer IP on the TV:

    • open Apps (application Applications on the TV)
    • press the buttons 1-2-3-4-5 in turn on the remote control until the input window appears (it may not work the first time)
    • in the window that appears, enable Developer mode, if it is not enabled yet, and enter the ip address of your rtv-server as Developer IP
    • reboot the TV (long press the power button on the remote)

Adding and configuring Webos (LG)

  1. In RTV UI settings ({YOUR_RTV_SERVER}/settings/tv) manually add your TVs (the New TV button). Specify IP, alias and platform and save. For instance:

      IP = 192.168.1.12 (on the TV usually `Settings` -> `Connection` -> `Network` -> `Wired connection (or Wi-Fi connection)` -> `Advanced settings`)
      alias = webostv (or whatever)
      platform = webos
    
  2. Install Developer Mode App on TV if not installed.

  3. On the RTV UI main screen select the added TV from the drop-down list and press the Dev Mode button if an LG account was specified when starting RTV, or log in manually.

  4. Enable Key Server in Developer Mode:

    dev-mode

  5. In the settings ({YOUR_RTV_SERVER}/settings/tv) on the TV, add the Passphrase field from the TV screen.

Adding and configuring Orsay 2014+ (Legacy Samsung)

  1. In RTV UI settings ({YOUR_RTV_SERVER}/settings/tv) manually add a TV set (the New TV button). Specify IP, alias and platform and save. For instance:

      IP = 192.168.37.1 (on the TV Settings -> Network -> Network Status -> IP Settings)
      alias = orsaytv (or whatever)
      platform = orsay
    
  2. Specify Developer IP on the TV:

    • open Menu->Smart Hub->Samsung Account->Login->Login
    • In the applications menu (Samsung Apps), long press on any application, select IP Settings, and enter the IP address of your working computer as Developer IP

Adding and configuring PlayStation4 DevKit/TestKit

In RTV UI settings ({YOUR_RTV_SERVER}/settings/tv) manually add a PlayStation (by New TV button). Specify IP, alias and platform and save. For instance:

```
  IP = 192.168.1.66
  alias = ps (or whatever)
  platform = playstation
```

Adding and running the application

  1. In RTV UI settings ({YOUR_RTV_SERVER}/settings/tv) add your application (the New App button):

    alias=app (or whatever)
    Tizen ID = {TIZEN_ID} if exists
    Webos ID = {WEBOS_ID} if exists
    Orsay ID = {ORSAY_ID} if exists
    PS ID = {PLAYSTATION_ID} if exists
    
  2. Install the package on the TV. For now, the easiest way to do this is through RTV UI:

    • select the desired TV in the drop-down list
    • click the Install button below and specify the path to the package.

    For Orsay, the installer uploads the package to the rtv-server. To download to TV, you need to additionally synchronize uploaded applications: in the application menu (Samsung Apps), you need to call the context menu on any application and click Start User App Sync. Dev mode must be running for this item to be available.

    If when running on Webos there is an error like "ares-install ERR! ares-install: Error: All configured authentication methods failed", then you need to re-request the ssh key from the TV set with the Key Server enabled in the Develper Mode application. To do this, enable the key server and change the passphrase in RTV UI settings ({YOUR_RTV_SERVER}/settings/tv) to the wrong one, then back to the correct one.

  3. Application launch:

    • via Launch or Debug button in RTV UI. You can pass launch params also. You should process theese params on your application side.

rtv's People

Contributors

pfilatov92 avatar obenjiro avatar stamoern avatar mikegsrv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.