Freeedle / Essential-Audio-Player

Essential Audio Player JS is a simple, clean and minimal JavaScript / HTML5 / CSS web audio player.
https://essential-audio-player.net
Other
41 stars 3 forks source link

Audio stopped playing after upgrading to v2.0. #7

Closed yrammos closed 6 months ago

yrammos commented 6 months ago

Firefox Developer Edition reports the following:

 Load of media resource https://<REDACTED> failed. 
All candidate resources failed to load. Media load paused.
Cannot play media. No decoders for requested formats: audio/e-1

Apart from updating the essential audio script. No other changes were made to my website.

Thanks.

Freeedle commented 6 months ago

Did you take notice of the changed handling of multiple files? Now as a comma separated list of entire URLs.

yrammos commented 6 months ago

Yes I did — but I don’t think this change is relevant to my case, as I only have a single URL linked, and it is indeed full (https://.….).

yrammos commented 6 months ago

SOLVED: I needed to append the audio file extension to the URL (in this sense, the URL was indeed not "complete"). With the previous version of the library, the extension was not necessary.

This issue may closed as far as I’m concerned — thank you.