X
    Categories: Guides

Streaming Steam over Internet

How to stream steam over the internet with raspberry pi, This is our attempt to streaming games over the internet and see how well it does. our attempt worked flawlessly but it did take a little bit of work to get up. I had a lot of fun making this video and i hope you guys enjoy. thanks for the view!

Equipment List

Raspberry Pi 3 ► Amazon | Ebay

Server Side:

Before we can establish any type of connections there are going to be a several ports needed to be open through your firewall, if you are unfamiliar with this step you can google “forwarding Ports on [router]” and should be able to pull up tons of information.

TCP: 35043, 47991, 47995, 47996, 47989, 47984
UDP: 7, 9, 47999, 47992, 47998, 47989, 48000, 48010

Client Side (Raspberry Pi):

To begin installing moonlight on raspberry pi we should make sure that all the dependence are installed

$ sudo apt-get install libopus0 libasound2 libudev0 libavahi-client3 libcurl3 libevdev2

once that is completed we need to add the moonlight repo to our sources.list

$ sudo nano /etc/apt/sources.list

add

deb http://archive.itimmer.nl/raspbian/moonlight jessie main

save the file then lets update our repos by

$ sudo apt-get update

now we can install moonlight

$ sudo apt-get install moonlight-embedded

that completes the installation of moonlight for raspberry pi

Operations:

before you can stream games you need to pair your Pi with the server running steam

$ moonlight pair Server-IP

then you can stream using this command

$ moonlight stream -30fps Server-IP
novaspirit: Avid Thinker, Computer Programmer, Web evangelist, Hacking / Breaking expert, Problem Solver, Technology Obsessed, Gamer, 3D printing, Coffee lover!

View Comments (3)

  • Very nice content you produce. I know you should be familiar with crypto-currency. You should check out Steemit.com if you already haven't and blog your content there as well. It's a social media blockchain. Hope to see you there :)

    @bitcoinparadise

  • When installing Moonlight-embeded it says "The following packages have unmet dependencies:
    moonlight-embedded : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable". Can somebody help me?

  • When I tried to installed Moonlight-embeded it said: "The following packages have unmet dependencies:
    moonlight-embedded : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable". Can someone help me?

Related Post