[media-source] How to use remove specific time slices of media from SourceBuffer using .remove() and or .appendWinodwStart and .appendWindowEnd?

guest271314 has just created a new issue for https://github.com/w3c/media-source:

== How to use remove specific time slices of media from SourceBuffer using .remove() and or .appendWinodwStart and .appendWindowEnd? ==
Given code which appends multiple buffers to a `SourceBuffer`, what is the proper procedure to, for example,  remove `0` through `30` of the first appended buffer and `5` through `10`, in seconds, from the first and second appended buffers,  respectively, resulting in playback of the time ranges that are not removed?


Please view or discuss this issue at https://github.com/w3c/media-source/issues/191 using your GitHub account

Received on Saturday, 26 August 2017 15:43:30 UTC