cockpit-podman install issues - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: cockpit-podman install issues (/t-cockpit-podman-install-issues) |
cockpit-podman install issues - Sean (MentalUproar) - 2024-08-20 I'm trying to learn podman and cockpit-podman on a new install of arch on my server. I managed to get jellyfin spun up pretty easily but encountered 2 issues. First, hardware acceleration is just not working. Granted I'm just using a zimaboard, but quicksync on that should drop CPU usage much lower than this. On docker it was much happier. I know I created a fresh container rather than reused my old docker-compose file so I probably need to pass the intel device, but how? Is that considered an environment variable on the cockpit-podman UI? Second, discovery by other devices doesn't work. If I manually point to the server IP it's just fine but clients like Infuse cannot find the server by themselves anymore. RE: cockpit-podman install issues - TheDreadPirate - 2024-08-20 What model CPU is on the zimaboard? Podman should have a capability to pass in a device. You can specify a specific device or just pass in the entire /dev/dri directory and the Intel driver inside Jellyfin container will figure it out. For the discovery issue, do you know if you are running the container with host networking or bridge networking? |