m4p / chiakiapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

MacOS native chiaki app. Hardware video decoding and native GUI.

Building pre-reqs

Install required libraries via homebrew in their default locations. The xcode project expects them there.

brew install openssl
brew install opus
brew install protobuf-c    
brew install cmake

Install python dependencies (python3)

pip3 install protobuf

Building

First, build the chiaki library submodule:

mkdir chiaki/build && cd chiaki/build
OPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl cmake .. -DCHIAKI_ENABLE_FFMPEG_DECODER=OFF -DCHIAKI_ENABLE_GUI=OFF
make

Then you should be able to build the project in xcode after configuring code signing.

About


Languages

Language:Swift 88.3%Language:Objective-C 9.7%Language:Metal 1.6%Language:C 0.4%