question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Thumbnail preview API

See original GitHub issue

Gratulation for releasing v3. Beautiful player. A question. We can’t use VTT for some reasons. Is there a chance to extend the preview-thumbnail-API, e.g.:

fluidPlayer(
    'my-video',
    {
        layoutControls: {
            timelinePreview: {
                type: 'attached',
                frames: [
                    {
                        start: 0,
                        end: 1000,
                        thumbnail: "http://domain.com/demo/240p-00001.jpg",
                        x: 0,
                        y: 0,
                        w: 320,
                        h: 240
                    },
                    //...
                ]
            }
        }
    }
);

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
doublexcommented, May 29, 2020

Thanks a lot! fluid-player is the best video-player (I have tried them all)

0reactions
Addvilzcommented, May 29, 2020

Published with the latest release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Item Previews - Planet Developer Center
The Data API provides previews of Planet imagery data as thumbnails. A thumbnail is a down-sampled PNG version of an item's visual asset...
Read more >
Thumbnails | YouTube Data API - Google Developers
The API supports the following methods for thumbnails resources: set: Uploads a custom video thumbnail to YouTube and sets it for a video....
Read more >
Best Website Thumbnail APIs To Automatically Generate ...
This article will cover four of the best website thumbnail APIs you can use to automatically generate high-quality webpage previews.
Read more >
Get file thumbnail - API Reference - Box Developer
Retrieves a thumbnail, or smaller image representation, of a file. Sizes of 32x32 , 64x64 , 128x128 , and 256x256 can be returned...
Read more >
Retrieving thumbnails/previews for SharePoint files and pages ...
Retrieving thumbnails/previews for SharePoint files and pages via Microsoft Graph API's. Back in 2011 I wrote a post about thumbnail ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found