Moonlight TV is a GUI front end for Moonlight GameStream Client. With some components from moonlight-embedded. It was originally designed for LG webOS TVs, but may support running on more devices in the future.
- Supports up to 4 controllers
- Utilizes system hardware decoder to get best performance (webOS 2/3/4/5)
- Easy to port to other OSes (Now runs on macOS, Linux, Raspberry Pi)
Easy installation with dev-manager-desktop (recommended)
Or download IPK from Latest release
- Follow instructions here to setup NDK
- Create a directory e.g.
build
in project root directory, andcd
into it. - run
cmake .. -DTARGET_WEBOS=ON
- run
make webos-package-moonlight
to get IPK package inbuild
directory