goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.29k stars 2.21k forks source link

Some live streams (html5) buffer forever on Safari iOS 17.4 #1711

Open bikubi opened 4 months ago

bikubi commented 4 months ago

The Problem

Some radio streams buffer forever, never play.

This seems unrelated to

Reproducible Example

No response

Reproduction Steps

Possible Solution

Naive analysis:

Naive solution (fork incoming)

Better theoretical solution

Less complex Audio node setup?

Context

For some streams I tested, pre-following redirects helped. So maybe when the initial connection takes too long this trips up whatever changed in iOS 17.4.

Howler.js Version

v2.2.4

Affected Browser(s)/Versiuon(s)

Safari iOS 17.4

tobias-graf-p commented 4 months ago

We also experience this (or a similar) issue with Howler.js 2.2.4 and iOS 17.4. Would be great to get a fix as we are blocked right now ...

@goldfire I see a considerable amount of bugs in the issue list in this repo and little activity in the recent past. Also I see some recent PRs which are not accepted/merged or commented. Can we expect this library to be reasonably maintained in the future?

bikubi commented 4 months ago

@tobias-graf-p just in case & and all, see my commit linked above for a possible fix workaround. It works for us, but I don't know if there are any side effects or unwanted consequences.

tobias-graf-p commented 4 months ago

@bikubi Thanks a lot! We are currently testing your fix. Will give you a quick feedback whether it solved our issue as well and/or whether we experience side effects.

rgyph commented 3 months ago

Same problem.

@bikubi Your solution helped, thanks!

bikubi commented 3 months ago

@tobias-graf-p

I see a considerable amount of bugs in the issue list in this repo and little activity in the recent past. Also I see some recent PRs which are not accepted/merged or commented. Can we expect this library to be reasonably maintained in the future?

FWIW one of my (trivial) fixes was merged recently.

For general analysis regarding Howler vs. live streams you might want to read my question on s/o.

tobias-graf-p commented 3 months ago

@bikubi Thanks again a lot for your workaround/fix. Unfortunately it didn't solve our issue completely. While audio was being played again, some wired issues still remained, but we are not sure whether they originated from iOS, Howler.js or our own code ... Meanwhile we replaced Howler.js with the native Html5 audio tag in our project.

MichalisDBA commented 3 months ago

Can confirm. iOS 17.3 was working fine. Upgrade it to 17.4, not working now.

deltayeisson commented 3 months ago

Reporting the same issue in 17.4 and 17.4.1, I changed to native HTML5 audio in 4 sites.

danieldai2003 commented 3 months ago

same problem,Is there a way to solve this?

betanyeli commented 3 months ago

Any update about this bug? 😵‍💫

luzzardi commented 2 months ago

Hi! I generated a patch based on the commit 8bb0610 that applies the change directly on the dist/howler.js so I could use it in a Drupal project. If someone else needs it, here's the file:

1711-8bb0610.patch

After that change was applied, the player started to work again, so thanks @bikubi !! Still need further testing, but it will help us for now!

lustremedia commented 2 months ago

@bretth18 thanks for your repo:

yarn remove howler && yarn add https://github.com/catalogworks/howler.js worked like a charm

I only had to change the import: import {Howl, Howler} from '@catalogworks/howler';

Problem solved!

bikubi commented 2 months ago

@lustremedia and all, please note that i would not consider my workaround a fix!! @bretth18's repo adds some comments, a .gitignore and a version bump, which might give you trouble in the future.
It's nice that you can simply change your package.json, but for the "problem" to be "solved" somebody with more familiarity with Howler will need to properly fix the core issue!

lustremedia commented 2 months ago

Of course it is just a workaround, but it fixes the issue at hand, atm.

You can easily roll back once howler starts properly fixing the issue. In the meantime, I and also my listeners with iOS devices are greatly appreciating the work you put in -> @bikubi and @bretth18! Thank you!

torbentschechne commented 2 months ago

@bretth18 thanks for your repo:

yarn remove howler && yarn add https://github.com/catalogworks/howler.js worked like a charm

I only had to change the import: import {Howl, Howler} from '@catalogworks/howler';

Problem solved!

I did this and it works. Thanks a lot for sharing!

AashirBhusal commented 2 months ago

is this library going to be maintained? ios new update is always so much headache

torbentschechne commented 1 month ago

Hey all,

I just tested it with 17.5.1 and in my case both versions work. So when I have this in my package.json

"@catalogworks/howler": "github:catalogworks/howler.js",

the playback works. And also when I use

"howler": "~2.2.4",

it works with 17.5.1. Can somebody else confirm this? So it seems Apple fixed something in 17.5.