Closed
Bug 1342866
Opened 9 years ago
Closed 9 years ago
Invalid
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sausharm, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Steps to reproduce:
I created a script (firefoxMSEBug.html) that is simulating the repro steps.
So, to reproduce particular issue just load the following URL.
http://de9b7h88wgj5l.cloudfront.net/static/assets/Bug17985/firefoxMSEBug.htm
Actual results:
video stuck in buffering indefinitely even if video's current time is between video's buffered range.
document.getElementsByTagName('video')[0].currentTime
6.063628
document.getElementsByTagName('video')[0].buffered.start(0);
0.079588
document.getElementsByTagName('video')[0].buffered.end(0);
12
Expected results:
video should play fine till end of buffered range data.(i.e. 12 sec)
Also, it works fine on chrome(56.0.2924.87) browser.
| Reporter | ||
Updated•9 years ago
|
Severity: normal → blocker
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Windows 10
Hardware: Unspecified → x86_64
Updated•9 years ago
|
Severity: blocker → normal
Component: Activity Streams: General → Audio/Video: Playback
Product: Firefox → Core
| Reporter | ||
Comment 1•9 years ago
|
||
(In reply to Saurabh Sharma from comment #0)
> User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
>
> Steps to reproduce:
>
> will share shortly
>
>
>
>
> Actual results:
>
> video stuck in buffering indefinitely even if video's current time is
> between video's buffered range.
> document.getElementsByTagName('video')[0].currentTime
> 6.063628
> document.getElementsByTagName('video')[0].buffered.start(0);
> 0.079588
> document.getElementsByTagName('video')[0].buffered.end(0);
> 12
>
>
> Expected results:
>
> video should play fine till end of buffered range data.(i.e. 12 sec)
> Also, it works fine on chrome(56.0.2924.87) browser.
| Reporter | ||
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
| Reporter | ||
Updated•9 years ago
|
Summary: On playing particular ISO-BMFF stream with Media Source Extension, playback gets stuck. → Invalid
You need to log in
before you can comment on or make changes to this bug.
Description
•