Razer PC Remote Play for Android is an open source client for Razer PC Remote Play and Razer Cortex.
THE ULTIMATE PC-TO-MOBILE STREAMING PLATFORM The power of your gaming rig now fits in your pocket. Stream your favorite games using your PC, launch them directly from your mobile device, and take your immersion to the next level with the sharpest, smoothest visuals. Remote Play also has a PC client
- Install Android Studio and the Android NDK
- In Razer-PC-Remote-Play-android/, create a file called ‘local.properties’. Add an ‘sdk.dir=’ property to the local.properties file and set it equal to your SDK directory.
- Build the APK using Android Studio or gradle
Razer PC Remote Play is derived from moonlight, an open-source project licensed under the GNU General Public License v3.
Moonlight for Android is available at moonlight-android and Moonlight Common c is available at moonlight-common-c
This project includes modified versions of the files in:
app/src/neuron/*
app/src/debug/*
app/build.gradle
build.gradle
We tried to keep the original Moonlight source code as un-touched as possible, so we kept all the original build flavors. To build using the modified code you can use the flavor nonRootNeuronDebug (instead of the default nonRootMoonlightDebug)