Coder Social home page Coder Social logo

awdavenger / moonlight-chrome-tizen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kyrofrcode/moonlight-chrome-tizen

1.0 0.0 0.0 13.51 MB

GameStream client for Tizen OS (Samsung Smart TV's)

License: GNU General Public License v3.0

Shell 0.21% JavaScript 3.92% C++ 1.95% Perl 0.17% C 90.48% Lua 0.01% Assembly 0.31% CSS 0.55% Makefile 0.46% HTML 1.00% CMake 0.24% Batchfile 0.02% M4 0.63% Dockerfile 0.05%

moonlight-chrome-tizen's Introduction

Moonlight for Tizen

An easy method for building Moonlight for Samsung TV

Credits

Building

  1. Enable developer mode on the TV (more information on official Samsung guide):

    • Go to Apps.
    • Press 12345 on the remote; a dialog should pop up.
    • Set Developer mode to On; fill in the IP of the Docker host.
    • Power off and power on the TV as instructed; go once again to Apps.
    • Depending on your model, a "DEVELOP MODE" or similar message might appear.
  2. Build the application within a Docker image:

    docker build -t moonlight-tizen .
    

    This will take a while.

  3. Deploy the application to the TV:

    • Run and enter a container; the container will be removed automatically on exit:
    docker run -it --rm moonlight-tizen
    
    • Connect to your TV over Smart Development Bridge:
    sdb connect YOUR_TV_IP
    • Confirm that you are connected, take note of the device ID:
    sdb devices
    

    The device ID will be the last column, something like UE65NU7400.

    • Install the package:
    tizen install -n MoonlightWasm.wgt -t DEVICE_ID

    Moonlight should now appear in your Recent Apps - or similar page - on your TV.

    • Exit the container:
    exit
    • (Optional) Remove the Docker image:
    docker image rm moonlight-tizen

moonlight-chrome-tizen's People

Contributors

cgutman avatar raidancampbell avatar jorys-paulin avatar kyrofrcode avatar abujalski avatar dead avatar dragondgold avatar awdavenger avatar grandteabrewer avatar mandrichenko avatar aghassi avatar goonieg avatar kevincharm avatar mjurkiewicz avatar ryanomackey avatar grandteamaster avatar balping avatar brooss avatar

Stargazers

Yusuf Kağan Hanoğlu 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.