edgecast

Azure CDN rules engine to rewrite default document and remove .html extension

喜夏-厌秋 提交于 2019-12-17 23:15:01
问题 I would like to use azure blob and CDN premium features but the documentation is very sparse . This is something totally doable on Amazon S3 / CloudFront. For clarity I want *.azureedge.net/sample/index.html to equal *.azureedge.net/sample/ and *.azureedge.net/sample/test.html to equal to *.azureedge.net/sample/test This is totally not clear and takes "up to 4 hours" to preview changes, so... After some investigation, Azure has a wrapper for Verizon Edgecast CDN, and this page looks identical

Why RTMP streaming protocal's url path different from each other?

倾然丶 夕夏残阳落幕 提交于 2019-11-30 09:07:05
问题 Recently I'm doing some work on RTMP streaming, that is using Flowplayer to integrate with Edgecast Streaming service and CloudFront Streaming service. The basic concept is easy to follow, but the format of different providers really waste me a lot of time to figure out. For example, in order to make edgecast happy, according to the documentation, you need to specify filename in the format of mp4:filename.mp4, flv:filename (without .flv extension) and mp3:filename (without .mp3 extension).