I used docker compose to build a koozic docker image and container and got it fire up and I could log in. But koozic will not play any music.
When I went into the console for the container and tried to run ffmpeg, I get the following error.
root@a59536472f3d:/# ffmpeg bash: /usr/local/bin/ffmpeg: cannot execute binary file: Exec format error
This seems to be indicative of an x86/x64 binary in an arm container.
Is it possible to completely disable any kind of transcoding and just have koozic play the file as-is?