Closed
Bug 738990
Opened 13 years ago
Closed 12 years ago
HTML 5 <audio> tag doesn't play the next song when listening to an internet radio in OGG format
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 455165
People
(Reporter: s.highlander, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120310010316
Steps to reproduce:
I created a simple page with HTML5 audio control to listen an internet radio served by an Icecast 2.3.2 server which runs on a Linux box, then opened the page in browser
<audio id='radio' loop="loop" controls="controls">
<source src="../eot64.ogg" type="audio/ogg" />
<span class='not-supported'>Your browser does not support the audio tag.</span>
</audio>
Actual results:
The current song played until the end, then the browser stopped
Expected results:
The browser should play the next song automatically, like Chrome or Opera does.
Comment 1•12 years ago
|
||
it's a dupe of bug 455165
Comment 2•12 years ago
|
||
This issue has been RESOLVED FIXED in bug 455165
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•