mediaelement.js - how to play from Cloudfront
I would like to be able to stream mp4 video files from cloudfront - 开发者_如何学运维how do I set this up in mediaelement?
Just point the src to your cloudfront distribution URL and you're all set:
<video src="http://mycloudfront.com/myfile.mp4"></video>
You'll want to make sure you also add a crossdomain.xml to your Amazon S3 for Flash fallback mode.
精彩评论