bcc-code / bccm-player

[BCC Media] Flutter package for video-heavy apps
https://bcc-code.github.io/bccm-player/
Other
17 stars 11 forks source link

Feature: Thumbnails preview by seeking or seekbar #11

Open sudhanshugairola opened 1 year ago

sudhanshugairola commented 1 year ago

that feature is also missing in every player like preview of thumbnails by seekbar box preview, all done through sprite thumbnail.

like youtube.

you can see here demo: https://codepen.io/giriaakula/pen/dyNjRmW

player.spriteThumbnails({ interval:1, url: 'https://raw.githubusercontent.com/GiriAakula/samuel-miller-task/master/openvideo.png', width: 160, height: 90 });

sudhanshugairola commented 1 year ago

Any update on this because that thing is missing from every player