2025-03-08, 11:58 PM
(2025-03-08, 11:51 PM)theguymadmax Wrote: There seems to be an issue with your GPU configuration. Please provide details about your setup. If you're using Docker, please share your Docker Compose file as well.
I dont have a dedication GPU so it would be the IGPU and here is the docker compose.
the subtitles used to work untill one day randomly they stoped
Here is the docker compose--
services:
jellyfin:
container_name: jellyfin
image: ghcr.io/jellyfin/jellyfin:latest
user: '0:0'
ports:
- 8096:8096/tcp
restart: unless-stopped
volumes:
- /mnt/docker/jellyfin/config

- /mnt/docker/jellyfin/cache

- /mnt/Vol1/Media

# rw = read & write
# ro = read only