Search Results
7/23/2025, 4:35:02 PM
How to install jellyfin and enable hardware transcoding?
podman run -it \
--rm
--name=jellyfin \
-e PUID=1000 \
-e PGID=1000 \
--device=/dev/dri:/dev/dri
-p 8096:8096 \
-v /mnt/tvshows:/data/tvshows \
lscr.io/linuxserver/jellyfin:latest
And I can't seem to get it to use intel iGPU.
Also I think it's dumoing some config files somewhere because I'm not getting into the setup wizard anymore.
podman run -it \
--rm
--name=jellyfin \
-e PUID=1000 \
-e PGID=1000 \
--device=/dev/dri:/dev/dri
-p 8096:8096 \
-v /mnt/tvshows:/data/tvshows \
lscr.io/linuxserver/jellyfin:latest
And I can't seem to get it to use intel iGPU.
Also I think it's dumoing some config files somewhere because I'm not getting into the setup wizard anymore.
Page 1