KyroFrCode / moonlight-chrome-tizen

GameStream client for Tizen OS (Samsung Smart TV's)
GNU General Public License v3.0
85 stars 18 forks source link

moonlight on TIZEN 5.0 (Samsung 2019) #23

Open michlq opened 9 months ago

michlq commented 9 months ago

Hi guys. Is there really no way to install moonlight on a TIZEN system before version 5.5?

As is well known, the error occurs: package_path /home/owner/share/tmp/sdk_tools/tmp/MoonlightWasm.wgt was_install_app return WAS_TRUE app_id[MoonLightS.MoonlightWasm] install start app_id[MoonLightS.MoonlightWasm] install failed[118, -19], reason: Parsing error : spend time for wascmd is [746]ms cmd_ret:0 Failed to install Tizen application.

The trick of changing the config file doesn't help. The app is then installed, but the plugin on the TV does not load.

Since Steam Link will unfortunately be discontinued for Samsung at the end of 2023 (at least for 2019 devices), it would be really great to have a useful alternative without having to buy a box.

best regards

evelynisthebest commented 9 months ago

There's discussion about this in issue #8

The idea is that the moonlight chrome os repo that this repo is branched from migrated from NaCL to WebAssembly and only tizen 5.5+ supports WebAssembly. Either someone will have to reapply this repo's changes to the old NaCL chrome os repo or try and switch this repo back to NaCL and remove all the WebAssembly usage.

michlq commented 9 months ago

There's discussion about this in issue #8

The idea is that the moonlight chrome os repo that this repo is branched from migrated from NaCL to WebAssembly and only tizen 5.5+ supports WebAssembly. Either someone will have to reapply this repo's changes to the old NaCL chrome os repo or try and switch this repo back to NaCL and remove all the WebAssembly usage.

Unfortunately, I have absolutely no idea about it. There are so many devs here on github. Surely there will be someone who can do it, right? Maybe if he gets a small donation? ;)

MrPhaze62 commented 1 month ago

Hello all, There is a version of moonlight port by @OneLiberty that works on tizen 3.0 and upward to 6.0 alongside the current WASM port.

This is not perfect by any means and does have issues which i have posted an issue there.

https://github.com/OneLiberty/moonlight-tizen-nacl

This is a start and a proof of concept that it works for older tizen versions. Enjoy.

I do hope someone else does fix all the issues there.