Closed Bug 1286723 Opened 8 years ago Closed 8 years ago

[MSE] add support for live seekable attribute.

Categories

(Core :: Audio/Video: Playback, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla50
Tracking Status
firefox50 --- fixed

People

(Reporter: jya, Assigned: jya)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

This was added to the MSE spec in Issue 5
Assignee: nobody → jyavenard
Comment on attachment 8770821 [details]
Bug 1286723: [MSE] P1. Add support for live seekable attribute.

https://reviewboard.mozilla.org/r/64154/#review61192
Attachment #8770821 - Flags: review?(gsquelart) → review+
Comment on attachment 8770822 [details]
Bug 1286723: [MSE] P2. Add live seekable mochitest.

https://reviewboard.mozilla.org/r/64156/#review61194

r+ with typo fixed:

::: dom/media/mediasource/test/test_LiveSeekable.html:18
(Diff revision 1)
> +SimpleTest.waitForExplicitFinish();
> +
> +runWithMSE(function (ms, v) {
> +  ms.addEventListener("sourceopen", function () {
> +    var sb = ms.addSourceBuffer("video/webm");
> +    // Load data with a +2 offset so that we can distinguist buffered range start

'distinguist' -> 'distinguish'

Would it be useful to also test some other cases? E.g.:
- start < 0, start > end (errors)
- start > buffered.end, end < buffered.start (distinct buffered&seekable ranges)
- clearLiveSeekableRange
- Calling set/clearLiveSeekableRange at bad times
Attachment #8770822 - Flags: review?(gsquelart) → review+
Comment on attachment 8770821 [details]
Bug 1286723: [MSE] P1. Add support for live seekable attribute.

Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64154/diff/1-2/
Comment on attachment 8770822 [details]
Bug 1286723: [MSE] P2. Add live seekable mochitest.

Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64156/diff/1-2/
Comment on attachment 8770821 [details]
Bug 1286723: [MSE] P1. Add support for live seekable attribute.

https://reviewboard.mozilla.org/r/64154/#review61334

r=me
Attachment #8770821 - Flags: review?(bzbarsky) → review+
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fcb130529e82
[MSE] P1. Add support for live seekable attribute. r=bz,gerald
https://hg.mozilla.org/integration/autoland/rev/a9bcf6959e2a
[MSE] P2. Add live seekable mochitest. r=gerald
Blocks: 1287244
https://hg.mozilla.org/mozilla-central/rev/fcb130529e82
https://hg.mozilla.org/mozilla-central/rev/a9bcf6959e2a
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: