[Bug 24934] New: invalid definition for the “seekable” attribute when MediaStream is set to srcObject. When seekable.length is “0”, seekable.start(0) and seekable.end(0) should not return currentTime.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24934

            Bug ID: 24934
           Summary: invalid definition for the “seekable” attribute when
                    MediaStream is set to srcObject.  When seekable.length
                    is “0”, seekable.start(0) and seekable.end(0) should
                    not return currentTime.
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Capture and Streams
          Assignee: public-media-capture@w3.org
          Reporter: shijuns@microsoft.com
                CC: public-media-capture@w3.org

There is an invalid definition for the “seekable” attribute when MediaStream is
set to srcObject.  When seekable.length is “0”, seekable.start(0) and
seekable.end(0) should not return currentTime. 

Propose to change the following in section 6.3

seekable.length MUST return 0.
seekable.start() MUST return currentTime.
seekable.end() MUST return currentTime.

To the following

seekable.length MUST return 0.
seekable.start(0) throws an IndexSizeError exception
seekable.end(0) throws an IndexSizeError exception

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Tuesday, 4 March 2014 23:01:01 UTC