Questions tagged [edgecast]
13 questions
10
votes
2 answers
Azure CDN rules engine to rewrite default document and remove .html extension
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…

glued
- 2,579
- 1
- 25
- 40
6
votes
1 answer
how do I fix routing for Angular 2 app using edgecast Azure CDN?
For my Angular app, here is the app.routing.ts file:
const appRoutes: Routes = [
{ path: '', component: LoginComponent },
{ path: 'dashboard', component: DashboardComponent },
{ path: 'application', component: ApplicationComponent },
…

user372225
- 851
- 2
- 9
- 23
3
votes
1 answer
How to create multiple origins with Azure CDN Verizon Edgecast Premium?
I come from AWS Cloudfront where I can create multiple origins for a given endpoint.
I can serve part of the url from one origin and part from another origin.
Is there anyway we can do with Azure CDN Verizon Edgecast Premium?
EDIT1: (Cloudfront…

Kannaiyan
- 12,554
- 3
- 44
- 83
2
votes
1 answer
Why RTMP streaming protocal's url path different from each other?
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…

Yudong Li
- 1,784
- 2
- 17
- 32
1
vote
1 answer
CDN - Serve different content-type based on Accept header (Verizon/EdgeCast Premium)?
I have a server which returns a different response based on the Accept header e.g. if Accept header includes "image/webp", a webp image is served, otherwise a jpg is served.
We run Varnish at server-level and it does this correctly, as per example…

Tristan
- 21
- 3
1
vote
1 answer
regex to match all subfolders of a URL, except a few special ones
OK, I'm writing a regex that I want to match on a certain url path, and all subfolders underneath it, but with a few excluded. for context, this is for use inside verizon edgecast, which is a CDN caching system. it supports regex, but…

Brian Denomey
- 166
- 1
- 2
- 13
1
vote
1 answer
Azure CDN Verizon Premium Redirect to naked domain when called from subdomain
I would like to perform redirect like this,
https://subdomain.example.com/something/somefile.xfm?param1=value1 to https://example.com/something/somefile.xfm?param1=value1
I don't know the way of string manipulation that one can do with the Azure…

Kannaiyan
- 12,554
- 3
- 44
- 83
1
vote
4 answers
What is the best way to upload files to a storage service? (Amazon S3 or EdgeCast)
We have a web application which needs to store uploaded images with EdgeCast or Amazon S3. To do so we need to re-upload those images to EdgeCast / S3 first. There are a number of options I can think of:
Do an inline curl re-upload, which will…

Kristina
- 15,859
- 29
- 111
- 181
0
votes
1 answer
What kind of caching model does Content distribution network use?
What kind of caching model does Content distribution networks use ?
Specifically do they use ( akamai, edgecast, bitgravity, cotendo etc ..) i.e. when they have a cache missing, do they come to source and make sure they distribute the cotent…

kay am see
- 968
- 1
- 10
- 17
0
votes
1 answer
How to generate an access token for Azure CDN List Rules Engine Endpoint?
I have subscribed to Premium Verizon Plan of Azure CDN Service. With that I gained access to the Azure CDN Policy Rules Portal wherein I am able to manage all of the rules pertaining to the CDN Service I have subscribed to.
As part of the compliance…

Dr. Waka
- 11
- 2
0
votes
3 answers
Reuploading to EdgeCast or Amazon S3?
I am working on a project in which we are planning to use EdgeCast to store our data. I am concerned about it, because the client wants to upload the image to our server first, and then use curl to upload it to EdgeCast. In this case our servers…

Kristina
- 15,859
- 29
- 111
- 181
0
votes
0 answers
How to properly use a CDN?
Good evening everyone! Thank you for opening this post.
I currently bought myself the ProCDN from MediaTemple (basically EdgeCast) and have setup a CDN where now I go to cdn-small.DOMAIN.com (or cdn-large.DOMAIN.com) it loads the normal website just…

DoPeT
- 299
- 4
- 16
0
votes
1 answer
Edgecast RTMP stream URLs
Edgecast RTMP URLs are as follows:
rtmp://abc.edgecast.com/a_folder/b_folder/mp4:astream.mp4
Cloudfront though mandates it as follows:
rtmp://abc.cloudfront.net/cfx/st/mp4:a_folder/b_folder/a_stream.mp4
mp4 should precede the user folder…

d33pika
- 1,997
- 14
- 24