GameStream client for Android
Go to file
2017-11-29 20:27:33 -08:00
app Fix H.265 streaming issues with MediaTek Android TV devices 2017-11-29 20:27:33 -08:00
gradle/wrapper Update gradle for AS 3.0b4 2017-09-03 12:52:18 -07:00
LuaScripts Fixed typo in NAL parser (#311) 2016-12-06 09:36:17 -08:00
moonlight-common@bb75967467 Improve decoder crash reporting detail 2017-11-25 12:56:54 -08:00
store-assets Add/update remaining assets 2017-09-02 13:48:11 -07:00
.gitignore Ignore iml files 2017-05-12 18:23:53 -07:00
.gitmodules Change submodule remote to use HTTPS link 2017-05-18 11:26:47 -07:00
build.gradle Update Gradle to 3.0.1 2017-11-20 22:28:54 -08:00
decoder-errata.txt Fix H.265 streaming issues with MediaTek Android TV devices 2017-11-29 20:27:33 -08:00
gradle.properties Add gradle.properties for Dex In-Process 2016-06-20 21:33:39 -07:00
gradlew Initial migration to Android Studio 2014-10-29 21:16:09 -07:00
gradlew.bat Initial migration to Android Studio 2014-10-29 21:16:09 -07:00
LICENSE.txt Add license back 2014-10-29 21:39:05 -07:00
moonlight-android.iml Update build files for AS3b5 2017-09-09 11:50:42 -07:00
README.md Fix some markdown errors and tweak supported GPUs 2017-08-13 23:53:18 -07:00
settings.gradle Get build working with AAR moonlight-common 2017-05-12 18:22:28 -07:00

Moonlight

Moonlight is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield. We reverse engineered the Shield streaming software and created a version that can be run on any Android device.

Moonlight will allow you to stream your full collection of games from your Windows PC to your Android device, whether in your own home or over the internet.

Moonlight-pc is also currently in development for Windows, OS X and Linux. Versions for iOS and Windows and Windows Phone are also in development.

Check our wiki for more detailed information or a troubleshooting guide.

Features

  • Streams any of your games from your PC to your Android device
  • Full gamepad support for MOGA, Xbox 360, PS3, OUYA, and Shield
  • Automatically finds GameStream-compatible PCs on your network

Installation

Requirements

  • GameStream compatible computer with an NVIDIA GeForce GTX 600 series or higher desktop or mobile GPU (GT-series and AMD GPUs not supported)
  • Android device running 4.1 (Jelly Bean) or higher
  • High-end wireless router (802.11n dual-band recommended)

Usage

  • Turn on GameStream in the GFE settings
  • If you are connecting from outside the same network, turn on internet streaming
  • When on the same network as your PC, open Moonlight and tap on your PC in the list
  • Accept the pairing confirmation on your PC and add the PIN if needed
  • Tap your PC again to view the list of apps to stream
  • Play games!

Contribute

This project is being actively developed at XDA Developers

  1. Fork us
  2. Write code
  3. Send Pull Requests

Building

  • Install Android Studio and the Android NDK
  • Run git submodule update --init --recursive from within moonlight-android/
  • In moonlight-android/, create a file called local.properties. Add an ndk.dir= property to the local.properties file and set it equal to your NDK directory.
  • Build the APK using Android Studio

Authors

Moonlight is the work of students at Case Western and was started as a project at MHacks.