You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Complete newbie here and followed instructions down to the dot. Every time I try to stream, Chiaki Streamer is blank though I can hear my PS5 connecting just fine. Any clues? Am I not setting something basic on my brand new Rasperry Pi 4 (2GB)
The text was updated successfully, but these errors were encountered:
Hi!
By your screengrab it looks like you're using either my 'rpi01' branch or some other version of Chiaki.
The older ones use mmal for video decoding which is not supported in modern Rpi OS.
There's two options,
git clone https://github.com/raspberrypi/userland
cd userland
./buildme
then in a text editor, as super user, make this change to revert to the legacy display stack,
sudo geany /boot/config.txt
and change
dtoverlay=vc4-kms-v3d
to
dtoverlay=vc4-fkms-v3d
You'll now need to reboot. Then continue.
Note, I'm no longer working on or fixing the old 'rpi01' branch.
Hi. Complete newbie here and followed instructions down to the dot. Every time I try to stream, Chiaki Streamer is blank though I can hear my PS5 connecting just fine. Any clues? Am I not setting something basic on my brand new Rasperry Pi 4 (2GB)
The text was updated successfully, but these errors were encountered: