videojs-contrib-dash icon indicating copy to clipboard operation
videojs-contrib-dash copied to clipboard

Consider adding seekable() method

Open nickygerritsen opened this issue 8 years ago • 3 comments

Dash.js supports a metric called DVRInfo, which should give us enough information to use for a seekable() implementation for DVR live content. See also https://github.com/Dash-Industry-Forum/dash.js/issues/1384 for some info.

I am willing to add the seekable() implementation myself, as it seems not too hard (as soon as we know what to do with the fact that DVRInfo is an array).

As far as I know just adding a seekable() method to the Html5DashJS class should do the trick, right?

Any objections or opinions?

nickygerritsen avatar May 09 '16 10:05 nickygerritsen

Btw I do like to wait for at least #60 before working on this :)

nickygerritsen avatar May 09 '16 10:05 nickygerritsen

We can even use the event data, which seems better than the DVRInfo array :)

nickygerritsen avatar May 10 '16 06:05 nickygerritsen

Adding to backlog

forbesjo avatar May 11 '17 21:05 forbesjo