Live/Thumbnail
Description: Generate the thumbnail image of a video in JPEG format to be used in an HTML <IMG> tag.
Example of function call using HTML code:
<IMG SRC="http://api.nimbb.com/Live/Thumbnail.aspx?key=PUBLIC_KEY&guid=VIDEO_GUID&width=WIDTH&mirror=MIRROR&position=POSITION">
where you replace the values:
PUBLIC_KEY: your developer public key;
VIDEO_GUID: the video GUID;
WIDTH (optional): width in pixels of the image (min: 60, max: 640). Default value is size of the video. Height is automatically calculated to keep image ratio;
MIRROR (optional): set to value "1" to flip the image horizontally;
POSITION (optional): specify the frame position (in seconds) to retrieve (ie. "25" or "1.65").
Important
For this code to work, you must follow these rules:
- DO NOT specify your private developer key;
- Make sure your site URL has been added to your settings.
Go back to Web Service documentation.