Moonlight for the Miyoo Mini Plus is currently at v1.2.
This project is in its early stages and has bugs. This is not restricted to Nvidia, you can use AMD etc with Sunshine.
- Discord Contact: @XK user: _xk_
- Packaged for Onion (Porting to other UIs is welcome)
- Latest RC of Onion
- Recent firmware
Press START to exit mouse mode. Currently A is left click, B is right click.
Note: Moonlight on the Miyoo will only pass keyboard commands to the host, meaning no mouse and no gamepad input for now.
- Install Sunshine on your machine. Download Sunshine
- Browse to
https://localhost:47990/
: Create a local account, log in, and open the Pin page. - Copy the Moonlight app folder: Move it to
/mnt/SDCARD/App/moonlight
on your MMP. - Relaunch MainUI on your Miyoo or reboot.
- Launch the Moonlight app: Type in your PC's IP address.
- Input the PIN: The MMP will provide a pin; you need to input this on the Sunshine dashboard. Minimise the keyboard with X as it might cause problems on the following screens.
- Confirmation Page: On the MMP, you'll see a page asking if this was a success.
- Success Screen: You'll now see a success message.
- App Screen: Important: Do not press start! Minimise the keyboard with X, then press A to make your selection. When "yes" is selected, you'll now see the app screen.
- Connect to an App: Select an app and it should connect; sometimes the app fails to launch on both Moonlight and Nvidia GameStream.
To set up your custom keybinds, you'll currently need to open the file /mnt/SDCARD/App/moonlight/config/settings.json
The file will contain:
{
"customkeys": {
"A": "SPACE",
"B": "BACKSPACE",
"X": "X",
"Y": "Y",
"L1": "E",
"L2": "Q",
"R1": "T",
"R2": "P",
"LeftDpad": "LEFT",
"RightDpad": "RIGHT",
"UpDpad": "UP",
"DownDpad": "DOWN",
"Start": "RETURN",
"Select": "M",
"Menu": "ESCAPE"
},
"cpuclock": "1900",
"mouse": {
"scaleFactor": 2,
"acceleration": 2.0,
"accelerationRate": 2.5,
"maxAcceleration": 10.0
}
}
- Keybind values will have to be set based on their SDLK value, you can find the full list here: SDLK Common names
- For example; SDLK_BACKSPACE will become BACKSPACE, SDLK_RCTRL will become RCTRL.
- CPUclock is ranged between 1000 -> 1950, defaulting at 1700.
- Add on the go overclocking control w/ keybind.
- Custom keybinds
- Mouse swap
- "Gamepad" support instead of keyboard input
- Tidy up all the drastic logic
- Proper wrapper development
-
Steward for SDL2
- If you used filezilla to transfer the files to the card, delete them and use Samba/HTTP instead. IF this doesn't resolve it, check the line endings on the script files are UNIX. not Windows.
- If this doesn't resolve it. Contact me
- Close the keyboard with the X button on the MMP, then select the menu item with the A button
- Not yet, but soon.
- Don't stream at 4k/2k resolutions. Remove any higher resolutions from Sunshine under the General tab.
- Set your desktop resolution to a 4:3 aspect ratio, such as 1400x1050 or 1280x960. If you're launching directly into a game, set the game's aspect ratio to 4:3 as well.
- The stream takes time to fully terminate. Give it a few seconds before trying to reconnect.
- Use the menu option to "Unpair" and then restart the app.
- Yes, this is a known issue with the MMP in general, it's totally "normal" with how the HW is configured.
- This is a known issue, and i'm looking into it.
- This happens when rapidsplash fails to exit. I plan to update the source code to handle signals better. To clear it, open the gameswitcher or use the Search function with the Menu or Y key.
- This is caused by Shellect, which builds the shell menus. A change to this component is planned. To temporarily fix it, scroll down on your D-pad several times, press A, and then open the gameswitcher/search menu. Close this and reopen Moonlight.
- Added mouse emulation
- Added cpuclock settings.json object
- Added correction for volume level when entering moonlight
- Fixed exit method in moonlight to close correctly.
- Fixed a double free segfault
- Added custom keybinds file
settings.json
that uses SDLK keycodes (https://www.libsdl.org/release/SDL-1.2.15/docs/html/sdlkey.html) - Follow example file.
- Fix bad util.sh - XK9274#1
- New terminal w/ font by eggs
- Better displays
- Some error checking
- Footer messages for help knowing which keys to press
- Fixed black screen issue
- Fixed input spam at end of session
- Added new key shortcut: Select + Menu to exit
- Handles SIGINT/SIGTERM sent from term to cleanup mi_gfx/mi_sys
- Remove pressmenu2Kill from launch.sh
- Fixed app list loop (Thank you for checking, vitty85
- Added ability to swap screens with
Select + Bumpers
- Added pair check
- Changes in
launch.sh
andpair.sh
- Added
util.sh
- Added exit menu item
- Added selection menu for the app to launch
- Added Gamestream support (Nvidia Geforce)
- Added
Unpair
menu selection to start screen
- Download Older Version
- Fixed Controls: L2 now works, control scheme changed
- Changed how moonlight is launched in
launch.sh
- Added an animated splash to the launching stage (after pairing)
Note: Source of gif unknown, if it’s yours, I can remove it or credit you
- Initial build (buggy and unreleased)
- Added functional Moonlight and wrapper
launch.sh
/pair.sh
- Added functional Moonlight and wrapper