Integrating Amazon S3 (CloudFront) with WS.WebTV Professional
support, ws.webtv, home, configuration, video, aws, s3, cloudfront
Before continue reading, please make sure you have configured your WebTV to use AWS. Please check the Video Configuration tutorial for more info.
Entering URL formulas for Amazon S3 (CloudFront)
H.264: Flash Streaming
The URL Formula to enter into the corresponding quality (Flash slot) would be like this:
rtmp://s#############.cloudfront.net/cfx/st/mp4:{filename.ext}
Please, note the "mp4:" before the special label.
H.264: HTML5 + Flash (progressive download)
The URL Formula to enter into the corresponding quality (HTML5, or Flash. slot) would be like this:
https://s3.amazonaws.com/<bucket_name>/{filename.ext} (S3 Only)
https://<bucket_name>.s3.amazonaws.com/{filename.ext} (S3 Only)
https://d#############.cloudfront.net/{filename.ext} (CloudFront "Download Distribution")
Please, note the URL starts with "https://".
H.264: Flash Streaming
The URL Formula to enter into the corresponding quality (Flash slot) would be like this:
rtmp://s#############.cloudfront.net/cfx/st/mp4:<folder_name>/{filename.ext}
Please, note the "mp4:" before the folder name.
H.264: HTML5 + Flash (progressive download)
The URL Formula to enter into the corresponding quality (HTML5, or Flash. slot) would be like this:
https://s3.amazonaws.com/<bucket_name>/<folder_name>/{filename.ext} (S3 Only)
https://<bucket_name>.s3.amazonaws.com/<folder_name>/{filename.ext} (S3 Only)
https://d#############.cloudfront.net/<folder_name>/{filename.ext} (CloudFront "Download Distribution")
Please, note the URL starts with "https://".