Hi! I have some weird issue with tracks playback on my instance in Firefox web player, and as I tested Chromium works just fine.
I use docker installation with nginx and my instance version is 1.3.3, tested on Firefox version 119.
Long story short: my instance uses for storage another host in Internet by sshfs, and, I assume, because of network lags some files are loading slowly.
So, I see that tracks load slowly, and Firefox just ignores loading and skips to the next track in queue, but Chromium waits for track to be loaded.
In developer console of Firefox I can see this error:
AUDIO PLAY ERROR DOMException: The fetching process for the media resource was aborted by the user agent at the user's request.
I found this 4-year old bug in Mozilla tracker, can it be related to my expirience? https://bugzilla.mozilla.org/show_bug.cgi?id=1566584
Can you guys give me some advice in this situation? Maybe I can tweak some variables in nginx or smth? Or is it just Firefox and can't do much about it?
Thank you in advance.