Fredrum / chiaki

Raspberry Pi fork of the Free and Open Source PS4 and PS5 Remote Play client Chiaki.

Home Page:https://github.com/Fredrum/chiaki/wiki/rpi02---branch-for-Bullseye,-64bit,-h265-and-kmsdrm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream is blank

andresurena opened this issue · comments

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)

CleanShot 2022-09-05 at 20 32 19

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,

  1. Use my 'rpi02' branch which is designed for modern rpi.
    https://github.com/Fredrum/chiaki/wiki/rpi02---branch-for-Bullseye,-64bit,-h265-and-kmsdrm

  2. Install + config for older rpi display system:

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.

Cheers