Raspberry PI - Game streamming

Disclaimer you must have Nvidia 6xx card and up for this to function

Steps for achieving this:

1. Close steam games if any opened
2. Install Nvidia gforce experience and all drivers/programs
3. Install Raspberry PI jessie here
4. sudo nano /etc/apt/sources.list
Add :
deb  http://archive.itimmer.nl/raspbian/moonlight jessie main
Ctrl X;
Y - overrite;
Enter

5. sudo apt-get update
6. sudo apt-get install moonlight-embedded
7. moonlight pair x.x.x.x - the PC ip address can be found with ipconfig from command window(cmd)
8. Add the code from Linux console to your pc
9. Finally moonlight stream (moonlight stream -1024 -Fps - and eventually program/game)

PS: I have found out that if you launch all these commands from raspberry pi not from ssh you can stream the entire PC desktop and not only the designated program but you have to launch moonlight only with stream Eg: moonlight stream

Good luck

Comentarii

Postări populare de pe acest blog

5Inch HDMI LCD for RPI 800x480

DevExpress Theme Changer ...

.NET Core Dependency Injection with Func as constructor parameter