ffmpeg path broken when I add `NVIDIA_VISIBLE_DEVICES=all` - 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: ffmpeg path broken when I add `NVIDIA_VISIBLE_DEVICES=all` (/t-ffmpeg-path-broken-when-i-add-nvidia-visible-devices-all) |
ffmpeg path broken when I add `NVIDIA_VISIBLE_DEVICES=all` - Brad T - 2024-01-12 In my docker-compose, when I add NVIDIA_VISIBLE_DEVICES=all, ffmpeg stops working. I get errors like "FFmpeg: Failed version check: /usr/lib/jellyfin-ffmpeg/ffmpeg" When I remove the variable, everything works again but my GPU isn't utilized. Here is my docker-compose service. Note, that I observe the same issue when using the official jellyfin/jellyfin image. Code: jellyfin: RE: ffmpeg path broken when I add `NVIDIA_VISIBLE_DEVICES=all` - TheDreadPirate - 2024-01-12 Have you tried re-pulling the image? |