Closed Bug 738990 Opened 12 years ago Closed 11 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)

11 Branch
x86_64
Linux
defect
Not set
normal

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.
it's a dupe of bug 455165
This issue has been RESOLVED FIXED in bug 455165
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.