Use the Video API account to specify your S3-compliant endpoint or Windows Azure container for completed archives to be uploaded to. (For more information on Amazon S3 see Using S3 storage with Vonage Video API archiving.)
You can create a Windows Azure account at http://azure.microsoft.com/.
You will provide the following information to the Video API account:
You can create an Azure container (or find names of existing containers) at the Windows Azure portal. (See this Microsoft documentation on creating an Azure storage account.
To obtain an Account Key:
Now, log in to your Video API account and complete the following steps:
Note: You can also set an archive upload target using the OpenTok REST API.
Recorded archives are uploaded to the Windows Azure container you specify.
All archives are saved to a subdirectory of your Azure container that has your OpenTok API key as its name, and each archive is saved to a subdirectory that has the archive ID as its name. The name of the archive file is archive.mp4 (for a composed archive) or archive.zip (for an individual stream archive). (See Individual stream and composed archives.)
For example, consider an archive with the following API key and ID:
The file for this archive is uploaded to the following directory in your Azure container:
123456/ab0baa3d-2539-43a6-be42-b41ff1488af3/archive.mp4
For more information, see Archive storage.