Audio Loading Unreliability

Issue #27 new
Enthalpy created an issue

When loading cases with large amounts of custom audio, there is a good chance that some of the audio won't load properly, despite the audio working fine on the filehost.

Is this a problem with hosting in general, or is there something we can do to fix it?

Unas said back in 2014: The preloader triggers at once requests for downloading all files : the browser decides in which order to load them, and if it can fetch some of them in parallel. Chrome always limited that to sending 4 parallel requests to a single source max, whereas Firefox could send more than that... but Fileden refused too many parallel requests, so in the end there were a lot of files that failed preloading. But it wasn't consistenly the same, because of the random order.

This may be relevant.

While not necessary, implementing the asset load log described in Issue #15 could be helpful in investigating this problem.