Archiving FAQ
How do I troubleshoot archiving problems?
Use Archive Inspector to troubleshoot archiving problems. You need a session ID or archive ID to troubleshoot. You can also download archives that are still available. Archives are stored for 72 hours before being deleted.
To analyze an archive with the archive inspector:
- In the search box, enter the session ID or archive ID. Search results appear.
- Select a session or an archive. Select a specific meeting if you have multiple instances of meetings using the same session ID.
- Analyze Session:
- Blue indicates the archive is actively recording AND when a user is publishing.
- Gray indicates the archive is paused or stopped.
- If an archive is set to automatically start and users are not present in a session, the archive will be set in the gray state for the duration of the archive.
- Green indicates the archive has ended and has been uploaded.
How do I estimate the bitrate or file sizes that are produced by the video archiving system?
It depends on the length of the archive, frame rate, data types present (A/V), the output file type, number of streams, etc. Unfortunately, because there are many factors affecting the file size, we cannot estimate the size of an archive.
How many times do we attempt/try to upload the archive file to S3 before it fails and falls back to Opentok cloud storage?
If the attempt to upload results in a permanent failure (bucket is configured wrong, bucket unavailable, etc), we will back up the archive in Opentok cloud storage immediately. If uploading to the specified bucket or container fails for another reason, we will retry uploading the archiving for a set period of time.
Archives made available on the OpenTok cloud are available for 72 hours from the time they are created. To prevent this fallback storage, log in to your TokBox Account, select the project, and set the option to disable the archive storage fallback.
Is it possible to customise the "Archiving on" text?
Not directly, but you can use a post processing application to do this: https://github.com/opentok/archiving-composer
How do I know about current known issues with archiving?
You can check https://status.tokbox.com/ for issues currently affecting the opentok platform.
When we upload archive files to amazon S3 what value do we set for content-type header?
You can set this up on your account portal page (https://tokbox.com/developer/guides/archiving/using-s3.html) or via the REST API (https://tokbox.com/developer/rest/#setting-an-amazon-s3-or-windows-azure-archiving-upload-target). If doing this VIA the REST API, set the Content-type header to “application/json”.
Is there any way to increase the archive list limit in Account Portal dashboard?
No. However, you can use our REST API to view archives: https://tokbox.com/developer/rest/#listing_archives
Is there a way to get both the composed and the individual streams uploaded to our S3 bucket?
No, the archive output file can be either a composed archive or an individual stream archive, not both.
When I am trying to list archives for a project using REST API, I only get the archives with status "EXPIRED" but not the archives with status "DELETED", why deleted ones are not included?
Deleting an archive removes its record from the list of archives. For an "available" archive, it also removes the archive file, making it unavailable for download.
What affects archive uploading time?
The times to process the archive and upload it to your bucket. Archiving processing time is usually less than a minute, the speed to upload to your bucket depends on the size of the archive and the availability of the storage.
What do I do if I don’t see an archive in my bucket?
If you have the archive ID, you can use the REST API to check the status of the archive: https://tokbox.com/developer/rest/#retrieve_archive_info. If the archive failed to upload, it will be available on the OpenTok cloud for 72 hours from the time it was created.
If this is a reoccurring issue, you should check that your bucket is accepting archive uploads.
Do you have a roadmap for supporting Google Drive, or cloud storage?
Not at this time.
Do we support all Amazon AWS Signature Version 4 buckets?
Yes.
Can we upload the archive to our own storage provider?
You can use your TokBox Account to specify your own Amazon S3 bucket / Other S3-complaint storage provider or Windows Azure container for completed archive files to be uploaded to. See Using an Amazon S3 bucket with OpenTok archiving and Using an Windows Azure container with OpenTok archiving.
If you do not set an Amazon S3 bucket / Other S3-complaint storage provider or Windows Azure container, or if uploading to the specified bucket or container fails, recorded archives are available for retrieval by download from the OpenTok cloud.
Can we turn off the archive storage fallback?
TokBox offers the ability for recorded sessions to be temporarily stored on TokBox supplied cloud storage for up to 72 hours, however, this is not mandatory. The fallback feature is an optional backup and therefore can be turned off at any time. The result is that as soon as the recording is finished, TokBox will attempt to upload the archive to a customer designated AWS or Azure account. Immediately after attempting the upload, the file is deleted from the server where it was recorded.
Please note that to aid in security considerations, when disabling TokBox cloud storage fallback, the archive file will be deleted from the server irrespective of whether the upload succeeds. We, therefore, require customers to regularly check that the credentials shared with TokBox for upload permissions are current.
To turn off the fallback feature, log in to your TokBox Account, select the project, and set the option to disable the archive storage fallback.
Why can’t I play the files from my individual stream archives?
Individual stream archive mode is intended for use with a post-processing tool, to produce customized content generated by your application. There are some considerations that developers should evaluate when choosing to use the feature.
Individual stream archive media is delivered as a ZIP archive, containing files for each audio-video stream:
- In a standard OpenTok project, the media file is a .webm container. This is not a playable container.
- In a Safari OpenTok project, the media file is an .mkv (Matroska Multimedia Container) file (not .webm). Note: FFMPeg is the only application that plays back .mkv files properly at this time. (VLC cannot playback Opus from MKV files. MPlayer has some issues with audio and video synchronization.)
Are subscriber streams included in the archive?
Yes, when an archive is created, both the publisher and subscriber will be visible when viewing the archive.
Comments
0 comments
Please sign in to leave a comment.