Giter Club home page Giter Club logo

moonlight-chrome-tizen-docker's Introduction

Moonlight for Tizen - Dockerfile template

An easy method for building Moonlight for Samsung TV

Credits

Usage

  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.

    Note: If you are running Docker on a Mac with a silicon chip (M1/M2 etc), change the first line in Dockerfile to
    FROM --platform=linux/amd64 ubuntu:22.04 before building to ensure compability.

  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-docker's People

Contributors

kyrofrcode avatar v1adau avatar pablojrl123 avatar

Watchers

 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.