Jellyfin stops seeing the GPU and won't play certain files until restarted - 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: Jellyfin stops seeing the GPU and won't play certain files until restarted (/t-jellyfin-stops-seeing-the-gpu-and-won-t-play-certain-files-until-restarted) |
Jellyfin stops seeing the GPU and won't play certain files until restarted - ohshitgorillas - 2023-12-11 Every so often, I find that Jellyfin won't serve up certain media files and needs rebooted before it will play. I have to log onto the server and run "docker restart jellyfin" after which the content plays fine. ffmpeg logs suggest that the server can't find the graphics driver: Code: [AVHWDeviceContext @ 0x55ab136a6e40] cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected Jellyfin logs are here, and ffmpeg logs are here. docker-compose.yml: Code: version: "2.1" RE: Jellyfin stops seeing the GPU and won't play certain files until restarted - TheDreadPirate - 2023-12-11 You would need to check the host's system logs. All the ffmpeg and jellyfin logs are going to tell you is that the device isn't available anymore. Not why it isn't available. |