Does Amazon Cloudfront support HTTP pseudostreaming?
I am building an CDN on Amazon Cloudfront. Can anyone tell me if it supports HTTP pseudostreaming? Somet开发者_Go百科imes I get lost in the documentation and terminology.
No. CDN on Amazon Cloudfront does not support HTTP pseudostreaming.
However, it does support byte-range in request headers. You will need a player that can work with byteranges.
精彩评论