Search code examples
videoamazon-web-servicesvideo-streamingamazon-cloudfrontrtmp

Cloudfront stream only part of the video


I'm using AWS Cloudfront RTMP protocol to stream my videos on website. In some cases I need to present preview of video to my users. For example: I display only 60 seconds of 2 hour video and if user likes and buys it, then I give full video.

I know flash media server can do this, I wonder if it is possible to do it with Cloudfront.

Thanks.


Solution

  • No, CloudFront does not support this functionality. You will need to point player to the different video in this case.