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
Try updating your system:
sudo apt update
sudo apt upgrade
didn't help. Here is output when i run steamlink from terminal, maybe it'll help you somehow: https://pastebin.com/lj7K5dRf
Found it, you need to comment out overscan_scale=1 in /boot/config.txt and then reboot.
No, it's a completely different CPU, and the GPU doesn't support H.264 video at 1080p 60 FPS.
Check /boot/config.txt for the line overscan_scale=1 and comment it out and reboot if you find it there.
That worked, thanks for your help
You’re welcome!
It says "Connecting..." then the app crashes. I cannot see any logs or reasons why it failed. Could you provide some assistance in debugging the reason? Can I start "steamlink" with some debug environment or switches set?
Cheers.
EDIT: this is what I am getting, for reference...
INFO: Starting Streaming
libpng warning: iCCP: known incorrect sRGB profile
INFO: Received authorization proof request, responding with encrypted challenge
INFO: Received start streaming response k_ERemoteDeviceStreamingInProgress
INFO: Received start streaming response k_ERemoteDeviceStreamingSuccess
Not a lot there...
Can you ssh in and modify steamlink.sh to print out the launch command line and then run gdb on bin/streaming_client and run it with the launch command line and get a stack trace?
$ ldd bin/streaming_client
...
libh264bitstream.so.0 => not found
Seems this lib is not on my install...