brightcove / videojs-thumbnails

A video.js plugin that displays thumbnail images over the scrubber.
Other
168 stars 97 forks source link

Unable to get this to work using a variable #31

Closed ntamblyn closed 8 years ago

ntamblyn commented 8 years ago

i have multiple files that contain the thumbnail data. I am able to go and get the data from my s3 bucket and store it within a variable however when i reference video.thumbnails({ dataUrl }) i cant seem to get it to work.

Is it possible to use this while referencing a variable?

ntamblyn commented 8 years ago

The object i was pulling back was not a valid object . after i had fixed the data i am able to retrieve the thumbnail data from a secondary source and pass it into the thumbnail plugin.

Marking as closed.