Long delay in streaming Audio files on iOS devices

There is 25 to 35 seconds delay in playing any Audio from remote API with html5 Audio, Issue is occurring only on iOS physical devices, tested on iPhone 6+ and 6s. working fine on The Web, Android and iOS simulator. I think the issue is not with HTML 5 audio because I also used third-party audio players like Howler.js and jPlayer but same issue on those too,

1 Like

I have the same issue, i tried with cordova-plugin-media (v2.3.0, v2.4.0, v3.0.0, v3.0.1) and there’s no difference…
I’m trying to stream remote mp3 audios of 30m - 50m duration, when the audio “starts” (with play() method) it stuck for a long time (it depends of network connection).
It only happens with iOS devices, on Android it works fine.

1 Like

still no solution :frowning:

I have the same issue with icecast streaming mp3

Hello,

Have you found a solution for this issue?