Closed
Bug 889980
Opened 12 years ago
Closed 7 years ago
using html5 tag audio, the ogg file suddenly stops.
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: jorgeivory, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36
Steps to reproduce:
I am using Firefox 22.0, windows 7 professional 64 bits.
I created a ogg file, that you can see in http://www.esivi.com/newsite/platinum/smartchoice/libro3.php
the ogg file with the problem is the third one.
The html code is:
<audio controls="" height="150" width="100">
<source src="http://www.esivi.com/newsite/platinum/smartchoice/book3/AudioBook3Unit3.mp3" type="audio/mpeg">
<source src="http://www.esivi.com/newsite/platinum/smartchoice/book3/AudioBook3Unit3.ogg" type="audio/ogg">
<embed src="http://www.esivi.com/newsite/platinum/smartchoice/book3/AudioBook3Unit3.mp3" height="100" width="100">
</audio>
Actual results:
The file stops at 0:07
Expected results:
The file should continue to the end, at 1:37. When you use the link directly to the URL at http://www.esivi.com/newsite/platinum/smartchoice/book3/AudioBook3Unit3.ogg the file is played normally. The URL is the same URL I am using with the audio tag. I don't know why it doesn't work with the audio tag but works then i access the file directly.
Updated•12 years ago
|
Component: Web Audio → Video/Audio
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•7 years ago
|
||
Mass closing because of inactivity.
Please feel free to re-open if still relevant.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•