ASP.NET Video Starter Kit - Cloud Configurations
ASP.NET Video Starter Kit cloud configuration section allows site administrator to setup CDN or cloud storage for videos, audio files and photos and directly stream for cloud networks.
Currently asp.net video starter kit support storing and streaming videos and audio files through amazon cloud storage and amazon cloud front.
| Setting | Description |
|---|---|
| Enable Media Storage (bool) | Enable / Disable Cloud Storage For Videos and Audio Files. |
| Enable Photo Storage (bool) | Enable / Disable Cloud Storage For Photos. |
| AccessKeyID | Cloud Storage Service - AccesKeyID (must be provided in order to perform clouding processing properly) |
| SecreteKey | Cloud Storage Service - SecreteKey (must be provided in order to perform clouding processing properly - Keep this key secure from reaching to other users.) |
| MakePublic (bool) | add a x-amz-acl header with the value of public-read to make the uploaded file public |
| StorageClass (int) |
0: Default: STANDARD , 1: REDUCED_REDUNDANCY Add a x-amz-storage-class header with the value of REDUCED_REDUNDANCY to make the uploaded file reduced redundancy |
| Streaming_Domain_Name | CloudFront Streaming Distribution domain name for videos with complete rtmp protocol e.g rtmp://2342x33.cloudfront.net/cfx/st |
| Streaming Audio Domain Name | CloudFront Streaming Distribution domain name for audio file with complete rtmp protocol e.g rtmp://2342x33.cloudfront.net/cfx/st |
| VideoBucketName | Cloud Storage Bucket Name for storing published videos. |
| OriginalVideoBucketName | Cloud Storage Bucket Name for storing original uploaded videos if enabled by admin. |
| ThumbsBucketName | Cloud Storage Bucket Name for storing video thumbs |
| Audio Bucket Name | Cloud Storage Bucket Name for storing audio files |
| Photos_OriginalBucketName | Cloud Storage Bucket Name for storing original photos (photos / section) |
| Photos_MedBucketName | Cloud Storage Bucket Name for storing medium photos (photos / section) |
| Photos_ThumbsBucketName | Cloud Storage Bucket Name for storing thumb photos (photos / section) |
| Photo Bucket Url | Original photo complete download url |
| Mid Photo Bucket Url | Medium photo complete download url |
| Thumb Photo Bucket Url | Thumb photo complete download url |
