More actions
(Created page with "{{#seo: |title=Vita Homebrew Apps (Other Apps) - GameBrew! |title_mode=append |image=vitamoonlightvita.jpg |image_alt=Vita Moonlight }} {{Infobox Vita Homebrews |title=Vita Mo...") |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Other Apps) - GameBrew | |title=Vita Homebrew Apps (Other Apps) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vitamoonlight2.png | ||
|image_alt=Vita Moonlight | |image_alt=Vita Moonlight | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Vita Moonlight | |title=Vita Moonlight | ||
|image= | |image=vitamoonlight2.png | ||
|description=NVIDIA Moonlight Streamer port. | |description=NVIDIA Moonlight Streamer port. | ||
|author=xyzz | |author=xyzz, d3m3vilurr, ShadowPrince | ||
|lastupdated= | |lastupdated=2023/04/26 | ||
|type=Other Apps | |type=Other Apps | ||
|version=0.9. | |version=0.9.3 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/vitamoonlight.7z | ||
|website= | |website=https://github.com/xyzz/vita-moonlight | ||
|source=https://github.com/xyzz/vita-moonlight | |source=https://github.com/xyzz/vita-moonlight | ||
}} | }} | ||
Vita Moonlight is a vita port of [https://github.com/irtimmer/moonlight-embedded Moonlight Embedded]. Moonlight is an open source implementation of NVIDIA GameStream. | |||
It allows you to stream your full collection of Steam games from your powerful Windows desktop to your PS Vita. | |||
https:// | ==User guide== | ||
The latest release is marked as a risk application in [[VitaShell]], this may be just related to the latest vitasdk changes. Please don't panic about alert message. | |||
More information can be found at: | |||
* [https://github.com/moonlight-stream/moonlight-docs/wiki moonlight-docs]. | |||
* [https://github.com/irtimmer/moonlight-embedded/wiki moonlight-embedded]. | |||
* [https://github.com/xyzz/vita-moonlight/wiki vita-moonlight wiki]. | |||
* [https://www.cfwaifu.com/moonlight-ps-vita/ Setup guide from CFWaifu]. | |||
If you need more help, join the #vita-help channel in [https://discord.gg/atkmxxT Discord]. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/vitahomebrews/vitamoonlight4.png | |||
https://dlhb.gamebrew.org/vitahomebrews/vitamoonlight5.png | |||
==Media== | ==Media== | ||
<youtube> | '''PS Vita Hacks: Stream Your PC Games On Your Vita! Moon Light Homebrew Nvidia Game Stream Client 2021''' ([https://www.youtube.com/watch?v=IhD1nLUjYOY Robles Junior]) <br> | ||
<youtube>IhD1nLUjYOY</youtube> | |||
==Known issues== | |||
Many issues related NVIDIA GameStream's limitations, please check [https://forums.geforce.com/default/board/153/gamestream GeForce forum]. | |||
Cannot control on some games: | |||
* Most games can works controller if they support that. But very limited games cannot work on the stream. | |||
* But NVIDIA GameStream only support xinput, but these games only support DirectInput. | |||
Issues related to controls: | |||
*Control for games that use directinput instead of xinput [https://forums.geforce.com/default/topic/601517/control-for-games-that-use-directinput-instead-of-xinput/ #]. | |||
*Why do some games not detect the controller? [https://forums.geforce.com/default/topic/882613/why-do-some-games-not-detect-the-controller-/ #]. | |||
*No controls on some games? [https://github.com/xyzz/vita-moonlight/issues/74 #74]. | |||
*If you want to remote control these game, please check with xinput wrappers like [http://www.x360ce.com/ x360ce] and [https://sites.google.com/site/0dd14lab/xinput-plus XInput Plus]. | |||
See also [https://github.com/xyzz/vita-moonlight/issues vita-moonlight issues page]. | |||
Other Issues: | |||
*A handshake issue could be still alive. It needs to fix in the handshaking codeset or vitasdk part. | |||
==Changelog== | |||
'''v0.9.3''' | |||
* Fix pairing issue (#231, 5494d93) | |||
* Update latest moonlight-common-c & enet (902cbed) | |||
* Update latest libgamestream (#232) | |||
'''v0.9.2 - by @SonicMastr''' | |||
* Fixed disconnects after stream is started ([https://github.com/xyzz/vita-moonlight/issues/222 #222]) | |||
'''v0.9.1''' | |||
* Support GFE 3.22 ([https://github.com/xyzz/vita-moonlight/commit/2452e98ecfc78f5484978b7150e37a74813e13c8 2452e98]). | |||
'''v0.9.0''' | |||
* Expose local audio setting to the end user ([https://github.com/xyzz/vita-moonlight/pull/173 #173]). | |||
* Remember the currently connected address ([https://github.com/xyzz/vita-moonlight/commit/7998108c02e4d76a24055af3a7ec2cf1d4d08d6b 7998108]). | |||
* Add a 21:9 resolution (1280x540) to Settings ([https://github.com/xyzz/vita-moonlight/commit/f1eb93169dca4ce05fad9e5a00c8548d4ed0ad7b f1eb931]). | |||
* Properly display stream in the correct display ratio, and place in the middle of the screen ([https://github.com/xyzz/vita-moonlight/commit/14e3a2c06383bbc1204b0b4d41a582112f85c85c 14e3a2c]). | |||
* Since GFE will add blackbars to the stream even when a non-16:9 monitor is using 16:9 resolution, there is another option to use along the 21:9 resolution to only display the center 16:9 region ([https://github.com/xyzz/vita-moonlight/commit/5b7a2ccf27be1968bd1eebbf4ee9b01c670d6867 5b7a2cc]). | |||
* Detect supported resolutions ([https://github.com/xyzz/vita-moonlight/pull/193 #193]). | |||
* Add new option to enable/disable of the vita vblank waiting ([https://github.com/xyzz/vita-moonlight/pull/197 #197]). | |||
Full list of changes can be found [https://github.com/xyzz/vita-moonlight/releases here]. | |||
==Credits== | |||
*Icon - [https://github.com/moonlight-stream moonlight-stream] project logo. | |||
*Livearea background - [http://www.publicdomainpictures.net/view-image.php?image=130014&picture=moonlight-reflection Moonlight Reflection] Public domain. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/xyzz/vita-moonlight | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/76 | |||
* |
Latest revision as of 11:46, 27 April 2023
Vita Moonlight | |
---|---|
General | |
Author | xyzz, d3m3vilurr, ShadowPrince |
Type | Other Apps |
Version | 0.9.3 |
License | GPL-3.0 |
Last Updated | 2023/04/26 |
Links | |
Download | |
Website | |
Source | |
Vita Moonlight is a vita port of Moonlight Embedded. Moonlight is an open source implementation of NVIDIA GameStream.
It allows you to stream your full collection of Steam games from your powerful Windows desktop to your PS Vita.
User guide
The latest release is marked as a risk application in VitaShell, this may be just related to the latest vitasdk changes. Please don't panic about alert message.
More information can be found at:
If you need more help, join the #vita-help channel in Discord.
Screenshots
Media
PS Vita Hacks: Stream Your PC Games On Your Vita! Moon Light Homebrew Nvidia Game Stream Client 2021 (Robles Junior)
Known issues
Many issues related NVIDIA GameStream's limitations, please check GeForce forum.
Cannot control on some games:
- Most games can works controller if they support that. But very limited games cannot work on the stream.
- But NVIDIA GameStream only support xinput, but these games only support DirectInput.
Issues related to controls:
- Control for games that use directinput instead of xinput #.
- Why do some games not detect the controller? #.
- No controls on some games? #74.
- If you want to remote control these game, please check with xinput wrappers like x360ce and XInput Plus.
See also vita-moonlight issues page.
Other Issues:
- A handshake issue could be still alive. It needs to fix in the handshaking codeset or vitasdk part.
Changelog
v0.9.3
- Fix pairing issue (#231, 5494d93)
- Update latest moonlight-common-c & enet (902cbed)
- Update latest libgamestream (#232)
v0.9.2 - by @SonicMastr
- Fixed disconnects after stream is started (#222)
v0.9.1
- Support GFE 3.22 (2452e98).
v0.9.0
- Expose local audio setting to the end user (#173).
- Remember the currently connected address (7998108).
- Add a 21:9 resolution (1280x540) to Settings (f1eb931).
- Properly display stream in the correct display ratio, and place in the middle of the screen (14e3a2c).
- Since GFE will add blackbars to the stream even when a non-16:9 monitor is using 16:9 resolution, there is another option to use along the 21:9 resolution to only display the center 16:9 region (5b7a2cc).
- Detect supported resolutions (#193).
- Add new option to enable/disable of the vita vblank waiting (#197).
Full list of changes can be found here.
Credits
- Icon - moonlight-stream project logo.
- Livearea background - Moonlight Reflection Public domain.