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

Send wakeup when starting stream from cli

tinus opened this issue · comments

commented

I have started using your rpi01 and it works very well. I like to start it from cli because my pi doesn't have a mouse attached to it. That works well too but the ps5 has to be awake for that to work. Is there any way to have chiaki send the wakeup call from the client?

I did see a file in the source that hints at that but I couldn't figure it out.

Thank you for the great work.

Hi I'll be able to try and help you more in a few days.
In the meantime,

Did you get the cli executable in build/cli ?

If you run you should be able to get this help text,

"CLI for Chiaki (PlayStation Remote Play Client)"

commented

ooh, that is a separate executable. Thank you very much, it is being built now. That will help a lot :)

commented

It works :)
Thank you very much.

commented

I managed to write a udev rule that triggers when my stadia controller connects to the pi over bluetooth. That runs a script which calls chiaki-cli to wakeup the ps5, then opens the stream and then calls a last xdotool key F11 to put it in fullscreen.

I am happy :)