- From: <bugzilla@jessica.w3.org>
- Date: Tue, 11 Nov 2014 10:33:36 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27296 Bug ID: 27296 Summary: [MSE] HTMLMediaElement.seekable when duration equals Infinity but buffered is empty Product: HTML WG Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Media Source Extensions Assignee: adrianba@microsoft.com Reporter: henriks@opera.com QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-media@w3.org Spawned from: https://codereview.chromium.org/710173004/diff/1/Source/modules/mediasource/MediaSource.cpp#newcode378 "If duration equals positive Infinity Return a single range with a start time of 0 and an end time equal to the highest end time reported by the HTMLMediaElement.buffered attribute." But what should be returned if the duration equals positive Infinity but nothing is yet buffered? Should seekable be empty as well, or should it return a range of (0, 0]? Previous discussion: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18666 -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 11 November 2014 10:33:38 UTC