moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.52k stars 325 forks source link

GameStream opens on Desktop PC and not on the Raspberry PI #220

Closed Spamm00r closed 9 years ago

Spamm00r commented 9 years ago

Hi,

I installed moonlight-embedded via apt-get from "deb http://archive.itimmer.nl/raspbian/moonlight wheezy main".

I performed the following steps:

sudo sh -c “echo ‘deb http://archive.itimmer.nl/raspbian/moonlight wheezy main’ >> /etc/apt/sources.list”
(This is one single, long command line)

sudo apt-get update
sudo apt-get install moonlight-embedded
(Press ‘y’ in case of any questions)

Then start the pairing process on Moonlight

mkdir ~/Moonlight
cd ~/Moonlight
moonlight pair <PC’s Hostname or IP>

Unfortunately, when I enter: "moonlight stream myhostip"

GameStream opens on my Desktop PC and not on the Raspberry PI.

The same happens with moonlight-osmc from https://github.com/dodslaser/moonlight-osmc

It does not matter whether I issue the command from a ssh session, or directly on the raspberry pi. I'm running this on a Raspi 1 with the latest OSMC image. I have redone the installation a dozen times, always with the same result.

Is this Problem known? What is the solution?

Thanks for your efforts.

Spamm00r commented 9 years ago

BTW: MY PC is a Windows 10 with GTX 650Ti and Streaming to my Android Smartphones with Limelight Android App works flawlessly. So I can single out problems with my Desktop Setup.

Spamm00r commented 9 years ago

Problem solved: I had to issue "sudo modprobe snd-bcm2835" and then the stream opens on the raspberry PI.