Hello, I am using unRAID 6.12.10 with the CA Immich installation along with PostgreSQL and Redis installed. Everything is working and functional, except for videos, putting a mouse over a video shows the preview. When going in to the video, it's a black/gray screen.
Looking at the logs it states this for every video:
[Nest] 241 - 07/03/2024, 4:16:24 PM ERROR [Microservices:JobService] Error: Cannot find ffprobe
at /app/immich/server/node_modules/fluent-ffmpeg/lib/ffprobe.js:145:31
at proto._getFfprobePath (/app/immich/server/node_modules/fluent-ffmpeg/lib/capabilities.js:144:14)
at proto.ffprobe (/app/immich/server/node_modules/fluent-ffmpeg/lib/ffprobe.js:141:10)
at FfmpegCommand.ffprobe (/app/immich/server/node_modules/fluent-ffmpeg/lib/fluent-ffmpeg.js:221:20)
at node:internal/util:431:7
at new Promise (<anonymous>)
at node:internal/util:417:12
at MediaRepository.probe (/app/immich/server/dist/repositories/media.repository.js:72:31)
at MediaService.handleVideoConversion (/app/immich/server/dist/services/media.service.js:241:83)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[Nest] 241 - 07/03/2024, 4:16:24 PM ERROR [Microservices:JobService] Object:
{
"id": "c4119979-1c2c-43ef-bf92-c5f0cba4c30c"
}
On version 1.107.2, everything else does work, images, geo tagging, etc, just won't transcodes videos.
.