Video/Download
Description: Download locally a video file (default is in FLV 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 (possible values: flv, mpg).
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.