: Using the tag with a ".ogg" mp3 stops in Chrome when I change tracks I'm using the following code to stream audio on a web page: <audio controls autoplay="autoplay"><source src="http://example:8001/mpd.ogg"
I'm using the following code to stream audio on a web page:
<audio controls autoplay="autoplay"><source src="http://example:8001/mpd.ogg" type="audio/mp3">
It works just well on Firefox, but on Chromium/Chrome it stops when I change the track.
So it's browser related, and doesn't have nothing to do with MPD itself.
More posts by @Rambettina238
1 Comments
Sorted by latest first Latest Oldest Best
You need to change type="audio/mp3 to type="audio/ogg.
Example -
<audio controls autoplay="autoplay"><source src="http://example:8001/mpd.ogg" type="audio/ogg">
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.