Questions tagged [akamai]

Akamai is a Content Delivery Network helping you to accelerate your website.

Akamai is a Content Delivery Network. It allows you to store your data distributed to accelerate delivery for streaming and other technologies.

313 questions
1
vote
2 answers

Corporate internet + Android video problems

We've developed a HTML 5 based solution to replace an old flash based solution for the delivery of video based content. The intention of the upgrade was to escape the grip of flash and allow the service to work on mobile devices. Everything works…
Hawxby
  • 2,746
  • 21
  • 29
1
vote
0 answers

How can I do simple streaming of a video file using Akamai?

I'm a C# developer completely new to Flash but am attempting to stream a file from Akamai's HD Network using their HD Flash 1.0 configuration. I have "imported" the video already deployed on the Akamai network, but it seems there is a step where I…
Brandon Linton
  • 4,373
  • 5
  • 42
  • 63
1
vote
1 answer

FFmpeg streaming to Akamai like FMLE does

I am trying to stream video from my webcam to AkamaiHD service using ffmpeg (like it is implemented in Flash Media Live Encoder) ffmpeg -f dshow -i video="Webcam C110" -s 640x360 -aspect 16:9 -profile:v baseline - pix_fmt yuv420p -vcodec…
1
vote
2 answers

Any Akamai APIs available ffor controlling the traffic manager?

We need to remove data centers from Akamai's global traffic manager frequently. Are there any apis to do that via code rather than logging into the Akamai site each time?
user1542794
  • 137
  • 1
  • 12
1
vote
2 answers

Installing ESI on Mac osx or windows (for localhost testing)

Hope some server side gurus can answer this one or point me in the right direction. We use Akamai in our corporate website setting. And therefore there's extensive use of 'ESI' files. I have 'mamp' installed on my Mac osx with bitnami's package.…
PKHunter
  • 682
  • 2
  • 13
  • 28
1
vote
1 answer

akamai redirects to origin server 302 redirects

I have a jsp (test1.jsp) which has a code response.sendRedirect("xxx/jsp/test2.jsp"); when i access it with akamai url, it is redirecting to origin server. http://akamai.domain/xxx/jsp/test1.jsp redirects…
user1366111
  • 21
  • 1
  • 3
1
vote
2 answers

Flashvars in JW player 6

I am migrating from JW player 5 to JW player 6. In 5 I am using flashvars to integrate akamai provider using swfobject, but embedding using swfobject is not supported in 6. Akamai has provided new plugin but not sure how to pass these in version…
Harsha
  • 717
  • 1
  • 11
  • 23
1
vote
1 answer

Twitter OAuth Error via Akamai Edge

After I put my domain under Akamai Edge, my previously working Twitter Connect flow stopped working and users get a login error. Debugging, I found my OAuth call to this url answers "Bad Authentication data". I tried to look over the net for…
1
vote
1 answer

Is there a CDN that lets you dynamically compile files?

I have an application that let's users specify custom css along with our pre-determined css. I'd like it so that when we request the user's css file, we return a file that dynamically compiles the base css with the user-specific css. This is…
user730569
  • 3,940
  • 9
  • 42
  • 68
1
vote
2 answers

Automatically language detect and redirect in the client side in JS with Akamai

I have a site that is translated in 18 languages (with 18 translated domains). It also has dynamic content based on language, i.e. different products some of which are only available in specific languages. While there is a language selector and…
Peter Oram
  • 6,213
  • 2
  • 27
  • 40
1
vote
1 answer

android jpeg compression changed (by provider or cdn)

this is most probably not really android related, but in my game users can download content via akamai cdn. this works nicely except for jpeg files which for some users are delivered with a different compression. this is somehow depending on the…
P.Melch
  • 8,066
  • 43
  • 40
1
vote
2 answers

Change mime type for html files under certain path

we are having an issue with our CDN billing us for page views and they are considering all text/html mime types as an html page and a page view. however, we actually have java (jsp's) that are obviously text/html which do relate to a page view but…
Scoota P
  • 2,622
  • 7
  • 29
  • 45
1
vote
1 answer

Detecting end of VOD stream with OSMF?

I have the event listener: mediaPlayerSprite.mediaPlayer.addEventListener(MediaPlayerStateChangeEvent.MEDIA_PLAYER_STATE_CHANGE, playerStateChange); But this doesn't seem to give any indicator that the stream has ended... i.e. according…
davidkomer
  • 3,020
  • 2
  • 23
  • 58
0
votes
1 answer

Is it realistic to use a CDN with low traffic numbers?

I have an application that I'd like to host on a CDN with edge side includes, even though I have relatively low web traffic. Is this possible with the big name CDNs, like Akamai, or would they just tell me to get lost? And how much would it cost? …
Marvin K
  • 437
  • 1
  • 5
  • 11
0
votes
1 answer

Rails 3: Soap4r returning "Assert: unknown array definition" for akamai request

Upgrading some things in our app, and now our soap requests to Akamai aren't firing. Unit tests instead cause a return of RuntimeError: Assert: unknown array definition Here's the akamai class: require 'rexml/document' class Akamai def…
Kevin Whitaker
  • 12,435
  • 12
  • 51
  • 89