Skip to main content
Version: 3.19

S3 Storage

Bucket Configuration

In order to read video (loaded via XmlHttpRequest), you must enable CORS:

Example for AWS:

<CORSConfiguration>
<CORSRule>
<AllowedOrigin>https://*.mydomain.com</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>