mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
Adding RDP and custom app guide
@@ -3,6 +3,8 @@ In this guide:
|
||||
* [Quick Setup Instructions](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#quick-setup-instructions)
|
||||
* [Streaming over the Internet](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#streaming-over-the-internet)
|
||||
* [Using a gamepad connected to the PC instead of the streaming device](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#using-a-gamepad-connected-to-the-pc-instead-of-the-streaming-device)
|
||||
* [Adding custom programs that are not automatically found](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#adding-custom-programs-that-are-not-automatically-found)
|
||||
* [Using Moonlight to stream your entire desktop](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#using-moonlight-to-stream-your-entire-desktop)
|
||||
|
||||
***
|
||||
|
||||
@@ -46,6 +48,13 @@ NVIDIA has disabled UPnP support in GFE 2.4.1, so it is necessary to forward por
|
||||
##Using a gamepad connected to the PC instead of the streaming device
|
||||
Normally, Moonlight sends controller input from the streaming client which gets sent to the game by GFE. If you want to connect a controller to your PC instead of the streaming device, GFE can cause some problems because the emulated controller still appears to games as controller 1. Luckily there is a workaround for this. You'll need to rename the DLL that Nvidia is using to send controller input so it won't be used anymore. On 32-bit and 64-bit Windows, rename rxinput.dll to rxinput.dll.old on in C:\Program Files\NVIDIA Corporation\NvStreamSrv. On 64-bit versions, there's another copy of the DLL in C:\Program Files (x86)\NVIDIA Corporation\NvStreamSrv which you'll want to rename. You may have to do the renaming again if GFE does an update, but it should allow you to use your controller normally on games that only support 1 controller.
|
||||
|
||||
##Adding custom programs that are not automatically found
|
||||
You can stream any almost any game or app by adding the EXE file to GFE manually (if it's not found by the automatic app scan). Open GeForce Experience, click the Preferences tab, click SHIELD or GameStream on the sidebar, then click the add (+) button on the right. Browse to the app or file you want to add and click OK. You can rename the app using the edit button on the right (near the add button).
|
||||
|
||||
##Using Moonlight to stream your entire desktop
|
||||
Follow the steps above for adding a custom program, but for the path use: C:\windows\system32\mstsc.exe
|
||||
You can rename the remote desktop entry using the edit button. When you click this entry, you will see your full desktop where you can run whatever you want.
|
||||
|
||||
***
|
||||
|
||||
This page is under construction
|
||||
Reference in New Issue
Block a user