Video/Download
Description: Download locally a video file (default is in FLV or MP4 format). Very usefull to get a copy of a video on your server.
Example of function call:
http://api.nimbb.com/Video/Download.aspx?key=PUBLIC_KEY&code=PRIVATE_KEY&guid=VIDEO_GUID&format=FORMAT
where you replace the values:
PUBLIC_KEY: your developer public key;
PRIVATE_KEY: your developer private key;
VIDEO_GUID: the video GUID;
FORMAT (optional): file format to return. For videos in 320x240 resolution, use flv, mpg or mp4. For those in high resolutions, use mp4. To download the audio-only file, use mp3.
Warning
This function is intended to be used to download video files locally on your server. Do not use it to play the video directly from your custom
player on your site. By doing so, you would be exposing your private key to your visitors, which is a security breach to your account.
Go back to Web Service documentation.