penkamaster/moonlight-android: GameStream client for Daydream Platform
2019-03-16 23:19:22 Author: github.com(查看原文) 阅读量:297 收藏

Join GitHub today

GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.

Sign up

Pull request Compare This branch is 11 commits ahead, 179 commits behind moonlight-stream:master.

Permalink

Type Name Latest commit message Commit time
Failed to load latest commit information.
LuaScripts Fixed typo in NAL parser (moonlight-stream#311) Dec 7, 2016
app Force opengl version to 3.2 Mar 31, 2018
gradle/wrapper Update Gradle wrapper Mar 12, 2018
moonlight-common @ 9ef3a4a Update common to fix audio dropouts. Fixes moonlight-stream#523 Feb 19, 2018
store-assets Add/update remaining assets Sep 3, 2017
.gitignore Ignore iml files May 13, 2017
.gitmodules Change submodule remote to use HTTPS link May 19, 2017
LICENSE.txt Add license back Oct 30, 2014
README.md update readme Mar 26, 2018
build.gradle Update for Android Studio 3.1 Mar 8, 2018
decoder-errata.txt Update decoder-errata.txt with HEVC errata Dec 1, 2017
gradle.properties Add gradle.properties for Dex In-Process Jun 21, 2016
gradlew Initial migration to Android Studio Oct 30, 2014
gradlew.bat Initial migration to Android Studio Oct 30, 2014
moonlight-android.iml Added Daydream support Mar 25, 2018
settings.gradle Get build working with AAR moonlight-common May 13, 2017

This is an unofficial port of Moonlight for the Daydream platform.

It's based on the work of alandao https://github.com/alandao/moonlight-android.

You can use the touchpad to resize the virtual screen.

Download it here https://goo.gl/Mw6uuR

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.


文章来源: https://github.com/penkamaster/moonlight-android
如有侵权请联系:admin#unsafe.sh