Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
small problem on my side: I hadn't used Steamlink in a while, but when I tried it yesterday, I could not get it to work properly again. I am streaming from a PC to a Raspberry and after connecting to the Raspberry via SSH and starting Steamlink, I can start the connection to the PC on the screen connected to the Raspberry. However, when this connection is started, I get the following message in the SSH-Terminal window:
"OMX_ErrorInsufficientResources"
On the screen connected to the Raspberry, I cannot see the Steam Big Picture or anything else. It does not do anything anymore.
Before, it used to work just fine.
This is my Raspberry Configuration:
Raspberry Pi 3 Model B Rev 1.2
Raspbian Version 10 Buster
Steamlink - Most recent version
Anyone has any ideas? Thanks in advance!
Try doing this in your SSH terminal first:
export DISPLAY=:0
I'd have thought that error would indicate that the Pi's GPU doesn't have enough RAM allocated to it, might be worth changing the gpu_mem value in config.txt
https://www.raspberrypi.org/documentation/configuration/config-txt/memory.md
Though it's also true that if they're using SSH, the Pi could be trying to forward the display over SSH whether or not they use ssh -X or ssh -Y (or have X11 forwarding turned on in PuTTY) but if they have that turned off (are not using -X or-Y) then I'd have thought they'd have got a different error.
Thanks to you all for your responses. The idea from geoneil actually worked for me. I set the allocated mem to 128 and now it works fine! Again, thanks for the great support!
In what way is it broken? Are you seeing any error messages?
Had to do some setup though