Skip to content
/ kgcf Public

kgcf / kingcraft - media streamer with podman-compose

License

Notifications You must be signed in to change notification settings

cvdg/kgcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}