GameStream client for ChromeOS
Go to file
2023-09-16 01:57:56 -05:00
.github Centralize Discord invite links 2020-01-18 10:55:11 -08:00
h264bitstream Use h264bitstream library to mixup the SPS so OS X will use hardware decoding 2016-02-21 15:57:45 -05:00
icons Update icons 2017-08-23 23:04:22 -07:00
libgamestream Add a CA bundle for CURL 2020-07-11 15:40:50 -07:00
moonlight-common-c@b2528faa02 Update moonlight-common-c 2023-09-16 01:57:56 -05:00
opus@82ac57d9f1 Update Opus to v1.4 2023-09-16 01:57:56 -05:00
ports Update curl to 7.44.0 (latest webports version) 2018-12-24 00:13:44 -08:00
static Fix last frame from previous session displaying when starting a new one 2022-11-06 21:42:58 -06:00
.gitignore ignoring visual studio generated directories 2017-10-22 13:05:05 -07:00
.gitmodules Add Opus library for audio decoding 2016-02-13 22:12:38 -05:00
appveyor.yml Try to fix AppVeyor CI 2023-09-16 01:50:29 -05:00
auddec.cpp Fix garbled audio playing at the start of each stream after the first one 2022-11-06 21:44:33 -06:00
CODE_OF_CONDUCT.md Update readme to new URL 2018-12-03 21:45:15 -08:00
common-c.mk Update moonlight-common-c with audio FEC support 2021-06-03 21:26:25 -05:00
connectionlistener.cpp Added controller rumble support. 2022-11-06 19:58:35 -06:00
do-release.sh Add release build script 2022-11-06 22:10:50 -06:00
gamepad.cpp Improvements to haptic error handling 2022-11-06 20:23:24 -06:00
h264bitstream.mk Use h264bitstream library to mixup the SPS so OS X will use hardware decoding 2016-02-21 15:57:45 -05:00
http.cpp Add a CA bundle for CURL 2020-07-11 15:40:50 -07:00
index.html Make mouse locking optional (#518) 2022-07-04 18:30:08 -05:00
input.cpp Add native touch support 2023-09-16 01:57:56 -05:00
libchelper.c Update libcurl webports and dependencies for IPv6 support 2017-09-02 22:28:44 -07:00
libgamestream.mk Pairing is working 2016-02-28 00:25:49 -05:00
LICENSE Initial commit 2016-02-12 20:28:41 -05:00
main.cpp Update moonlight-common-c 2023-09-16 01:57:56 -05:00
make.bat New message handling, and new NvAPI 2016-02-25 07:58:36 -03:00
Makefile Fix compiler flags 2019-02-27 00:33:52 -08:00
manifest.json Restore overrideEscFullscreen permission 2022-11-06 19:58:35 -06:00
moonlight.hpp Add native touch support 2023-09-16 01:57:56 -05:00
opus.mk Update Opus to v1.4 2023-09-16 01:57:56 -05:00
ports.mk Fix makefile and add libraries required for building 2016-03-10 21:40:17 -08:00
profiling.cpp Improve profiling code 2016-05-09 14:25:58 -04:00
README.md Update README.md 2023-09-03 18:05:50 -05:00
viddec.cpp Use the new LiRequestIdrFrame() API 2022-10-05 01:01:22 -05:00

Moonlight for ChromeOS

Moonlight for ChromeOS is an open source client for NVIDIA GameStream and Sunshine.

Moonlight for ChromeOS allows you to stream your full collection of games from your powerful desktop to another PC or laptop running ChromeOS.

For Windows, Mac, and Linux, we recommend running the new PC port for maximum performance.

Moonlight also has mobile versions for Android and iOS/tvOS.

Check out the Moonlight wiki for more detailed project information, setup guide, or troubleshooting steps.

AppVeyor Build Status

Moonlight for ChromeOS

Building

  1. Install the Chrome Native Client SDK and download the current Pepper SDK
  2. Set the NACL_SDK_ROOT environment variable to your Pepper SDK folder. If you need more detailed instructions, see here
  3. Run git submodule update --init --recursive from within moonlight-chrome/
  4. Run make from within the moonlight-chrome/ repo

Testing

  1. Open the Extensions page in Chrome
  2. Check the 'Developer mode' option
  3. Click 'Load unpacked extension' and point it at your built moonlight-chrome repo
  4. Run Moonlight from the extensions page
  5. If making changes, make sure to click the Reload button on the Extensions page