goldfire / howler.js

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

Stream drops with Chrome v52 on Android #602

Closed andistuder closed 4 years ago

andistuder commented 8 years ago

I experience issues when streaming on Chrome v52 on Android: the stream frequently drops, and when sending play again, nothing happens.

I am using Howler v2.0.0 with configuration as here live radio demo here: https://howlerjs.com/#radio

Does anyone else experience similar issues?

gustavoamg commented 8 years ago

I'm not able to play in Chrome v52 on Mac. the audio doesn't load. Howler v 2.0.0 too.

andistuder commented 8 years ago

Chrome v52 on OS X was ok for me, but I had issues with Firfox on OS X :/

As I understand by now, I think it has to do with browser caching. I have started updating the source with a timestamp (as mentioned here), and the re-connection works quite smoothly now.

TBH, the chrome issue is probably not related to howler.js, as the same behaviour takes place if working directly with the audio html element.

goldfire commented 4 years ago

Closing due to inactivity. If this is still an issue, reply with more info and I'll reopen.