2025-02-17, 03:31 PM
Your m4a is not "web optimized" so that the demuxer of mpv is trying to read all the way to the end of the file to get the metadata. I suggest you to use ffmpeg to remux it again with
-movflags +faststart
to optimize it, which should make it load faster.