You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DASH spec describes a way to provide seek thumbnails using an AdaptationSet with @contentType='image'. It's described in section 6.2.6 of the IOP guide (https://dashif.org/docs/DASH-IF-IOP-v4.3.pdf) and has been around since 2017.
The DASH-JS player supports it, via the provideThumbnail() method on the player (DASH-JS code). Has anyone exposed that through videoJS? Either via the DASH-JS tech or in the videoJS's own vhs player? I had a quick grep around in the code, but didn't find anything.
Thanks,
Rik.
The text was updated successfully, but these errors were encountered:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Hi folks,
DASH spec describes a way to provide seek thumbnails using an AdaptationSet with
@contentType='image'
. It's described in section 6.2.6 of the IOP guide (https://dashif.org/docs/DASH-IF-IOP-v4.3.pdf) and has been around since 2017.The DASH-JS player supports it, via the
provideThumbnail()
method on the player (DASH-JS code). Has anyone exposed that through videoJS? Either via the DASH-JS tech or in the videoJS's own vhs player? I had a quick grep around in the code, but didn't find anything.Thanks,
Rik.
The text was updated successfully, but these errors were encountered: