[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: darkblue"]-----
[/TD][/TR]
[TR][TD="bgcolor: darkgrey"]
SOURCE:
CubaLibre1982@Reddit[/TD][/TR][/TBODY][/TABLE]
[TR][TD="bgcolor: darkgrey"]
Moonshell
by CubaLibre1982
by CubaLibre1982
-
[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: lightgrey"]Found out today how to properly stream PC games to psvita if you have AMD gpu.Actually, you can stream to vita everything. I mean with proper framerate.
It should work for Nvidia also, but can't test myself.My setup is old and cheap but can manage this flawlessly.
For your reference:
Code:Cpu Intel Core Quad Q9550 AMD R9 280x 3gb 8gb ddr2 ram Cheap 300n pci wifi card Cheap wifi repeater
In my configuration, Pc and psvita are connected alone to a 13€ wifi repeater.If you connect to the same network your smartphone and keepsending/receiving whatsapp videos, don't expect this to work properly. Connection will drop, lag will happen. This really relies on wifi quality you can throw at them.[/TD][/TR][/TBODY][/TABLE]
-
[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: lightgrey"]Pretty much straight forward,
- install moonlight client on psvita
- install openstream server on pc (it will also install gamepad drivers)
- start openstream, go to Configure, select the h264 encoder (1st one)
- Go back and start Server.
- Open moonlight, connect to the server.
- On moonshell you may need to add manually the pc name and ip address.
On pc: cmd - ipconfig /all, there's your ip and PC name info.
- Once paired with password, go for "Desktop" (no Steam BigPicture).
Any game you will launch fullscreen will be sent to the vita, controls are set already.
At the worst, you'll have to configure them, like for some emulators.[/TD][/TR][/TBODY][/TABLE]
-
[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: lightgrey"]- If you get "Fatal: Couldn't bind RTSP server to port [*****]"
and "Server down", do not close Open-Stream and open cmd as administrator.
Then input:
Code:netstat -ano | findstr *****
Mind to replace the ***** (5 digits) with the port shown in the error, for example, 48010
and kill the process with the following:
Code:taskkill /f /pid ****
replace **** (4 digits) with the id shown in the previous command response.
- Please note a codec pack is required by OpenStream.K-lite I use https://codecguide.com/download_k-lite_codec_pack_mega.htm
- I also suggest to go into psvita settings, scroll all the way down to power save settings,
and deactivate wifi power save mode.[/TD][/TR][/TBODY][/TABLE]
-
[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: lightgrey"]The Witcher III (had to change xinput1_3 file for controller to work properly)
Metal Gear V TPP (no problems)
Blasphemous (v2.x ok, v1.x input problem)
Resident Evil 2 Remake (no problem)
Citra emulator (no problem)
Street Fighter V (the very tiny lag doesn't match these kind of games)
EDIT: I did this, if you know about playnite https://i.imgur.com/9sGPRFH.jpg
u/TsukikoChan found out how launch apps from moonlight adding services to the menu.[/TD][/TR][/TBODY][/TABLE]
-
[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: lightgrey"]+++ BACKUP THIS FILE SO YOU CAN REVERT BACK +++
What I did was edit "apps_windows.json" file stored in
Code:C:\Program Files\Openstream\assets
As it's write-protected you may have to unprotect it first from "properties",then with Notepad++ edit like this:
Code:{ "env":{ "PATH":"$(PATH);G:\\Playnite\\" }, "apps":[ { "name":"Playnite", "output":"playnite.txt", "cmd":"G:\\Playnite\\Playnite.FullscreenApp.exe" } ] }
Where "G:\\Playnite\\" is the path you have playnite installed.
Windows paths have only one \ so make sure you edit the file properly.
+--------------------------------------------------------------------------------------+[/TD][/TR][/TBODY][/TABLE]
-
[TABLE="class: cms_table_grid, width: 98%"][TBODY][TR][TD="bgcolor: lightgrey"]Thanks and credits to:
u/TsukikoChan (SHE found out first but got no luck and her post got bot-eatenIt's her we need to thank for the main info I collected here)
u/PaulMaximumsetting (I suppose one of those behind Openstream, support the project!)
Find the software also here: https://open-stream.net/
and the source here: https://github.com/LS3solutions/openstream-server
If you try to google "open stream" there's a lot of garbage and it's noteasy to get to the app, that's why I'm packing and linking here.
Link to Tsukiko comment for more code informations: https://www.reddit.com/r/vitahacks/...?utm_source=reddit&utm_medium=web2x&context=3
Hope this helps. Long live psvita![/TD][/TR][/TBODY][/TABLE]
SOURCE:
CubaLibre1982@Reddit[/TD][/TR][/TBODY][/TABLE]