If I'm opening up 20 audio files at the same time, the first 8 files open right away, then each additional file gets the MediaLoaded event fired one per second, so it takes 12 seconds until the players are properly initiated. However, the file position shows they all started playing right away, but MediaLoaded is delaying.
What could be causing such a delay? Playback is working but it's screwing up the UI.
To reproduce, use MpvPlayerUI like this. Bind it to a list of source files and it should display the list in separate players.
If I'm opening up 20 audio files at the same time, the first 8 files open right away, then each additional file gets the MediaLoaded event fired one per second, so it takes 12 seconds until the players are properly initiated. However, the file position shows they all started playing right away, but MediaLoaded is delaying.
What could be causing such a delay? Playback is working but it's screwing up the UI.
To reproduce, use MpvPlayerUI like this. Bind it to a list of source files and it should display the list in separate players.