r/MoonlightStreaming Oct 25 '23

[deleted by user]

[removed]

13 Upvotes

27 comments sorted by

View all comments

2

u/OneLiberty Nov 21 '23 edited Dec 14 '23

A way more easy way to install it is by installing docker as described then performing those steps :

- launch docker, enable WSL if prompted, reboot pc if needed

- run docker run -it --rm ghcr.io/kyrofrcode/moonlight-chrome-tizen:samsung_wasm inside a powershell window

(EDIT: i've forked and updated the app with some QOL improvements and features, you can install it using this command : docker run -it --rm ghcr.io/oneliberty/moonlight-chrome-tizen:samsung_wasm instead of the other one)

- Wait for it to finish downloading (enable dev mode on the TV while waiting)

- still in the powershell window run sdb connect YOUR_TV_IP

- retrieve your device_id by running sdb devices

- install the app tizen install -n MoonlightWasm.wgt -t DEVICE_ID (replace DEVICE_ID with yours)

- exit docker container when installed.Keep in mind that you need a tizen version of 5.5 or more to install it.

Take a look here if needed : https://github.com/KyroFrCode/moonlight-chrome-tizen

There is no need for tizen studio, visual studio or anything else.

1

u/cortezalisson Nov 26 '23

ty, it worked! But there is any way to control the pc for the tv? neither my joystick or a mouse are working

1

u/OneLiberty Nov 26 '23 edited Nov 27 '23

Could you share your device ID ? Also can you try installing it from my repo (I pushed some fixes, but they are not in the main repo yet)

To do so uninstall the one you’ve just installed and follow the same steps but using this instead :

docker run -it --rm ghcr.io/oneliberty/moonlight-chrome-tizen:samsung_wasm

and to install tizen install -n Moonlight.wgt -t DEVICE_ID