/kgcf

kgcf / kingcraft - media server with docker compose

Primary LanguageDockerfileEuropean Union Public License 1.2EUPL-1.2

kgcf / kingcraft

Media streamer with podman-compose

  • /appdata is on SSD
  • /data is on an external USB HD

podman-compose on Debian 12 Bookworm

The podman-compose version in Debian 12 (Bookworm) is outdated. The vpn (network_mode) does not work in the current version of Debian Bookworm.

$ sudo apt install python3-venv
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install podman-compose

Jellyfin CPU 100%

I noticed jellyfin used 100% CPU during transcoding. By adding the podman user to the group render the renderer could use the hardware acceleration.

$ sudo usermod -aG render ${USER}