Closed
Bug 788067
Opened 12 years ago
Closed 7 years ago
Unseekable media with a valid duration should report that duration
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: kinetik, Unassigned)
Details
Spin off of bug 739094 comment 4. A WebM resource with a valid duration in the metadata, when served by a server that doesn't support range requests, reports the duration of the media as infinite despite having a valid duration available.
From 739094 comment 4:
A stream marked as infinite reports its duration as infinite even if it has a valid duration:
http://mxr.mozilla.org/mozilla-central/source/content/media/nsBuiltinDecoder.cpp#88
Stream is set to infinite here:
http://mxr.mozilla.org/mozilla-central/source/content/media/MediaResource.cpp#231
And since it's not seekable, it's not cleared again here:
http://mxr.mozilla.org/mozilla-central/source/content/media/MediaResource.cpp#265
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•7 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•