Moonlight for Tizen is an open source client for NVIDIA GameStream and Sunshine.
Moonlight for Tizen allows you to stream your full collection of games from your powerful desktop to your Samsung Smart TV running Tizen OS 5.5 or more.
Check out the Moonlight wiki for more detailed project information, setup guide, or troubleshooting steps.
Starting with the project, you should first take a look at the required Prerequisites and then follow the Installation instructions in order to successfully install Moonlight on your Samsung Smart TV.
Before building this application, you must have Windows Subsystem for Linux (WSL 2) and Docker Desktop installed on your computer.
Also, you should run "Docker Desktop" before proceeding further and it is also recommended to close any software or application that requires high CPU and memory resources, because "Docker Desktop" will take high resources during use.
-
Enable the "Developer mode" in your "Samsung Smart TV" (If you need more detailed instructions, see the official Samsung guide):
- Go to the
Apps
panel. - Press
12345
on the remote and a dialog should popup. - Set
Developer mode
toOn
and fill in theHost PC IP
field which is theIP Address
of your PC, then click theOK
button to close the dialog. - Restart the TV by holding the power button for 2 seconds as instructed by the new dialog popup, then again go to the
Apps
panel. - Depending on your model, a
DEVELOP MODE
or similar message will appear in theApps
panel at the top of the screen.
- Go to the
-
After that, in
Windows PowerShell
, enter the following command to launch the "Docker" image:docker run -it --rm ghcr.io/kyrofrcode/moonlight-chrome-tizen:samsung_wasm
- This operation may take a while, please be patient.
-
After that, in
Windows PowerShell
, follow the steps below to install the application on your TV:- Next, enter the following command to connect to your "Samsung Smart TV" over "Smart Development Bridge":
sdb connect YOUR_TV_IP
Note: Replace
YOUR_TV_IP
withIP Address
of your TV.- Next, enter the following command to confirm that you are connected, then take note of the "Device ID":
sdb devices
Note: Just to clarify "Device ID" will be the last column, something like
UE55AU7172UXXH
.- Next, enter the following command to install the package:
tizen install -n Moonlight.wgt -t YOUR_DEVICE_ID
Note: Replace
YOUR_DEVICE_ID
withDevice ID
of your TV.- After that, Moonlight should now appear in your
Recent Apps
or similar page on your "Samsung Smart TV". - Next, enter the following command to exit the container:
exit
Note: At the end you can enter the
exit
command to close theWindows PowerShell
window. -
(Optional) Disable the "Developer mode" in your "Samsung Smart TV":
- Go to the
Apps
panel. - Press
12345
on the remote and a dialog should popup. - Set
Developer mode
toOff
and then click theOK
button to close the dialog. - Restart the TV by holding the power button for 2 seconds as instructed by the new dialog popup, then again go to the
Apps
panel. - Depending on your model, a
DEVELOP MODE
or similar message will disappear from theApps
panel at the top of the screen.
- Go to the
-
Now you can launch Moonlight on your TV, then add your host computer and enjoy the high quality streaming experience.
- Before updating the Moonlight app, you must delete the installed Moonlight app that you already have on your Samsung Smart TV to prevent errors during the update.
- Now, whenever you want to install an updated version of Moonlight on your Samsung Smart TV, you need to follow the Installation instructions in order to successfully install the updated version of Moonlight on your Samsung Smart TV.
See the CHANGELOG file for more information about the changes for each version of this project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this project better, then feel free to fork the repo, create a pull request or open an issue.
Also, if you liked the project or found it useful, don't forget to give the project a star!
- Moonlight for Chrome OS is developed and maintained by Moonlight Developers
- Moonlight for Tizen is based on Chrome OS version which was then adapted and powered by Samsung Developers
- Support files and Dockerfile have been adapted by jellyfin and babagreensheep
- Dockerfile have been readapted by pablojrl123
- Some content files have been readapted by [ndriqimlahu]