2024-06-20, 10:53 PM
Every ffmpeg log has this.
The container likely does not have sufficient permissions to write to /cache. In your container config, did you provide host volumes to mount /config and /cache to?
Code:
[hls @ 0x55b262a90640] Opening '/cache/transcodes/a5199396b6baa91930663150550a438d-1.mp4' for writing
[hls @ 0x55b262a90640] Failed to open segment 'a5199396b6baa91930663150550a438d-1.mp4'
[out#0/hls @ 0x55b262a8fb00] Could not write header (incorrect codec parameters ?): Permission denied
The container likely does not have sufficient permissions to write to /cache. In your container config, did you provide host volumes to mount /config and /cache to?