Open
Bug 1024572
Opened 12 years ago
Updated 3 years ago
Firefox for Windows hangs when seeking in a long video
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
NEW
People
(Reporter: adamopenweb, Unassigned)
Details
Steps to Reproduce
1) Navigate to: http://v.giantbomb.com/2014/05/27/vf_pizzaparty_052714_4000.mp4
2) When the video starts playing, seek to a part in the video after the 2 hour 14 minute mark
Expected Behavior: Video plays from where you clicked on
Actual Behavior: Firefox hangs
Copy of a bug reported on Webcompat.com. Was not able to reproduce on Linux or Mac. https://github.com/webcompat/web-bugs/issues/109
Comment 1•12 years ago
|
||
I can repro this issue on my Linux machine.
http://hg.mozilla.org/mozilla-central/file/c482c28b35b6/content/media/MediaCache.cpp#l2413
I hit this assertion and found out |startOffset| equals |endOffset|, therefore it could never exit the while loop and hanged forever.
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
| Reporter | ||
Comment 2•9 years ago
|
||
The website no longer exists and I don't have a long mp4 file to test with. With a large ogv file it works fine.
Maybe we should just close this issue?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•