Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thumbnail tooltip for shaka player #713

Closed
nitin02 opened this issue Feb 28, 2017 · 1 comment
Closed

thumbnail tooltip for shaka player #713

nitin02 opened this issue Feb 28, 2017 · 1 comment
Labels
status: archived Archived and locked; will not be updated status: will not implement The team chooses not to implement this enhancement type: question A question from the community

Comments

@nitin02
Copy link

nitin02 commented Feb 28, 2017

I can see the issue #559 open which is for adding thumbnail support to the DASH manifest but I am looking for something which can be implemented using JS.

I'd like to know if there's any easier way to achieve it directly with the shaka player's own event functions or the "video" element's events, wherein a thumbnail tooltip can be shown on hover over the timeline.

{Assume that thumbnails are already generated every second and available}

Please let me know if its possible.

@joeyparrish joeyparrish added type: question A question from the community status: will not implement The team chooses not to implement this enhancement labels Feb 28, 2017
@joeyparrish
Copy link
Member

It is not trivial to create video thumbnails without getting them from the manifest. If you wanted to create them from the video element itself, you would need an offscreen video element to seek through while copying frames to a canvas. It would be very complicated, and you would only be able to do so for clear content.

Because of this, we will not try to implement thumbnails without support from the manifest. If you want to pursue it yourself, though, please feel free. The beauty of open source is that you can modify it any way you like. Good luck!

@shaka-project shaka-project locked and limited conversation to collaborators Mar 22, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated status: will not implement The team chooses not to implement this enhancement type: question A question from the community
Projects
None yet
Development

No branches or pull requests

3 participants