No description
Find a file
2019-09-22 21:21:41 +02:00
.builds Fix SourceHut FreeBSD 2019-08-24 20:48:34 +02:00
assets Add README.md 2019-08-20 18:36:59 +02:00
cli Fix CLI for FreeBSD 2019-08-25 16:38:14 +02:00
cmake Switch to Xenial for Releases (#29) (Fix #25) 2019-09-13 15:49:15 +02:00
gui Make YUV/RGB conversion more accurate 2019-09-22 21:21:41 +02:00
lib Add REQUIRED to Threads 2019-09-06 18:54:30 +02:00
scripts Switch to Xenial for Releases (#29) (Fix #25) 2019-09-13 15:49:15 +02:00
test Port to Windows 2019-08-20 18:36:58 +02:00
third-party Port to Windows 2019-08-20 18:36:58 +02:00
.appveyor.yml Switch to Xenial for Releases (#29) (Fix #25) 2019-09-13 15:49:15 +02:00
.gitignore Switch to Xenial for Releases (#29) (Fix #25) 2019-09-13 15:49:15 +02:00
.gitmodules Add .travis.yml 2019-08-17 17:24:25 +02:00
.travis.yml Fix Source Deploy 2019-09-13 17:07:57 +02:00
CMakeLists.txt Version 1.0.3 2019-09-13 16:56:54 +02:00
COPYING Initial Commit 2019-08-17 14:38:10 +02:00
README.md Readme: Add git submodule command 2019-09-09 10:26:28 +02:00

Chiaki Logo

Chiaki

Disclaimer: This project is not endorsed or certified by Sony Interactive Entertainment LLC.

Travis Build Status AppVeyor Build status builds.sr.ht Status

Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote Play for Linux, macOS, Windows and potentially even more platforms.

Screenshot

Features

Everything necessary for a full streaming session, including the initial registration and wakeup of the console, is supported. The following features however are yet to be implemented:

  • Congestion Control
  • H264 Error Concealment (FEC and active error recovery however are implemented)
  • Touchpad support (Triggering the Touchpad Button is currently possible by pressing T on the keyboard)
  • Rumble
  • Configurable Keybindings

Downloading a Release

Builds are provided for Linux, macOS and Windows. You can find them here.

  • Linux: The provided file is an AppImage. Simply make it executable (chmod +x <file>.AppImage) and run it.
  • macOS: Drag the application from the .dmg into your Applications folder.
  • Windows: Extract the .zip file and execute chiaki.exe.

Building from Source

Dependencies are CMake, Qt 5 with QtMultimedia, QtOpenGL and QtSvg, FFMPEG (libavcodec with H264 is enough), libopus, OpenSSL 1.1, protoc and the protobuf Python library (only used during compilation for Nanopb). Then, Chiaki builds just like any other CMake project:

git submodule update --init
mkdir build && cd build
cmake ..
make

Acknowledgements

This project has only been made possible because of the following Open Source projects: radare2, Cutter, Frida and x64dbg.

Also thanks to delroth for analyzing the registration and wakeup protocol, as well as a huge thank you to FioraAeterna for giving me some extremely helpful information about FEC and error correction.

About

Created by Florian Märkl.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.