Closed
Bug 755179
Opened 13 years ago
Closed 7 years ago
WebM buffered: should use duration for end time of last buffered range (file with no duration served without ranges)
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: padenot, Unassigned)
References
Details
Follow up for Bug 599217.
(from bug 599217)
When we are streaming a media that has no duration, as a live stream, and when the download ends, a duration is set (i.e. is reported to be different from Infinity [1]), and it is different from the end of the |buffered| ranges.
|nsBuiltinDecoderStateMachine::UpdatePlaybackPositionInternal| indeed updates |mEndTime| with a lowest duration (by a very small amount, usually on the order of 0.001s) than the number we get from the WebM parsing.
[1] : http://mxr.mozilla.org/mozilla-central/source/content/media/nsBuiltinDecoder.cpp#594
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
•