2024-05-18, 10:19 PM
(This post was last modified: 2024-05-18, 10:46 PM by sthtyekujetyk. Edited 2 times in total.)
It used to transcode fine but now it does so very slowly.
I am pretty sure it is not transcoding through the cpu because i don't see any spikes, it looks like it is just a very slow gpu transcoding now
I think this problem started when i updated the jellyfin image in my docker container, currently running 10.9.2
Edit:
I just tried to spin up a new container with new volumes, using version 10.8.13 and the problem is still there.
Could this be some kind of hardware failure? How do i investigate this?
Docker compose:
Transcode log
Logs
Settings
I am pretty sure it is not transcoding through the cpu because i don't see any spikes, it looks like it is just a very slow gpu transcoding now
I think this problem started when i updated the jellyfin image in my docker container, currently running 10.9.2
Edit:
I just tried to spin up a new container with new volumes, using version 10.8.13 and the problem is still there.
Could this be some kind of hardware failure? How do i investigate this?
Docker compose:
Code:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: "1006:2002"
group_add:
- "105" // render group
network_mode: 'host'
devices:
- "/dev/dri/renderD128:/dev/dri/renderD128"
volumes:
- "/mnt/media:/mnt/media"
- "jellyfin_cache:/cache"
- "jellyfin_config:/config"
restart: 'unless-stopped'
extra_hosts:
- 'host.docker.internal:host-gateway'
Transcode log
Logs
Settings