Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream is blank #37

Open
andresurena opened this issue Sep 6, 2022 · 1 comment
Open

Stream is blank #37

andresurena opened this issue Sep 6, 2022 · 1 comment

Comments

@andresurena
Copy link

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

@Fredrum
Copy link
Owner

Fredrum commented Sep 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants