NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded
vita-moonlight版本: 0.9.3
🔗更新日志

This codeset was checked by @Fewnity. And he also fixed old pairing issue.

Personally, I couldn't check this built package. If you get a issue, please report it.

Changes

  • Fix pairing issue (#231, 5494d93)
  • Update latest moonlight-common-c & enet (902cbed)
  • Update latest libgamestream (#232)

Known issues

  • Issues
  • A handshake issue could be still alive. It needs to fix in the handshaking codeset or vitasdk part

Documents and helps

More information can find moonlight-docs, moonlight-embedded, and our wiki. If you need more help, join the #vita-help channel in discord.

qrcode

vita-moonlight版本: 0.9.2
🔗更新日志

A release file was provided by @SonicMastr. Thank you.

Changes

  • Fixed disconnects after stream is started (#222)

Known issues

  • Issues
  • A handshake issue could be still alive. It needs to fix in the handshaking codeset or vitasdk part

Documents and helps

More information can find moonlight-docs, moonlight-embedded, and our wiki. If you need more help, join the #vita-help channel in discord.

qrcode

vita-moonlight版本: 0.9.1
🔗更新日志

Changes

  • Support GFE 3.22 (2452e98)

Known issues

  • Issues
  • This 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.

Documents and helps

More information can find moonlight-docs, moonlight-embedded, and our wiki. If you need more help, join the #vita-help channel in discord.

qrcode

vita-moonlight版本: 0.9.0
🔗更新日志

Happy new year

Changes

  • 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)

Known issues

Documents and helps

More information can find moonlight-docs, moonlight-embedded, and our wiki. If you need more help, join the #vita-help channel in discord.

qrcode

vita-moonlight版本: 0.8.0
🔗更新日志

Changes

  • Add new option for swapping O/X buttons (#168)
  • Add new option for drawing FPS value (#167)
  • Fix RTSP message too long (#164, fbe3d06)

Known issues

Documents and helps

More information can find moonlight-docs, moonlight-embedded, and our wiki. If you need more help, join the #vita-help channel in discord.

qrcode

Vita Moonlight

This is a vita port of Moonlight Embedded. Moonlight is an open source implementation of NVIDIA GameStream.

Documentation

More information can find moonlight-docs, moonlight-embedded, and our wiki. If you need more help, join the #vita-help channel in discord.

Build deps

You can install build dependencies with vdpm.

Build Moonlight

# if you do git pull, make sure submodules are updated first
git submodule update --init
mkdir build && cd build
cmake ..
make

Assets

See also

Moonlight-common-c is the shared codebase between different Moonlight implementations

Contribute

  1. Fork us
  2. Write code
  3. Send Pull Requests