beta

nimbb



Web Service: 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">

where you replace the values:

PUBLIC_KEY: your developer public key;
VIDEO_GUID: the video GUID;
WIDTH (optional): width in pixels of the image. Default value is 320 pixels. Height is automatically calculated to keep image ratio.

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;
  • You must have a Gold or Platinum subscription.

Go back to Web Service documentation.