Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I tried installing Steam Link on my SamsungTV, and it worked, so definitely the error is caused by Raspberry Pi 4, maybe next update of Steam Link app will help?
Today I will try installing other OS (maybe NOOBS, or Raspbian Buster without recomended software) for Pi and see if it works
I was considering to replace my old box with the Raspberry, but I guess, I have to wait a bit more.
I just wanted to pop in and say that THIS bit of info is what helped me solve my blank/black screen problem:
The default port on the RPI4 is 0, right? So rather than tinkering more with configs I swapped my HDMI plug over to the Port labeled HDMII0 on the board (which is the port closest to the power plug if you have a case), and Steamlink worked flawlessly - no sound issues or anything.
My setup was practically right out of the box at this point since I reformatted and reinstalled everything, by the way...
All I did was run these three commands then swap the plug to the "proper" port, HDMI port 0:
sudo apt-get update
sudo apt-get upgrade
sudo apt install steamlink
Then ran steamlink from the desktop icon.
For me, everything works now - I'm very grateful for all your hard work.
I hope this helps someone else solve their problems as well.
Increasing the ram number to something like 150 from its previous 70 solved the black screen problem.
To output sound and video on both ports, you can add the following line to /boot/cmdline.txt (must be pasted to same line):
snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_compat_alsa=0
Reboot the Pi after adding the line above.
After your Pi has been fully updated and you've set your resolution properly as well as having sound output working, go ahead and install SteamLink.
sudo apt-install steamlink
Let it install the proper libraries, etc.
In SteamLink, go to Settings > Streaming > Click [More...] > HEVC Video <Enabled>
Find your Steam RemotePlay host and everything should work.