0

I'm trying to find high load solution for streaming server. The idea came to me this morning. What about CDN or cloud storage with byte-range support. Basically flash player require only partial video-file transfer from remote server and keep-alive connection.

Does anyone know whether this is a reasonable idea and whether CDNs support it?

Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
Somebody
  • 364
  • 1
  • 6
  • 17

1 Answers1

3

CDNs are generally pretty shady about what exact features they support. You'll need to contact them directly and ask whether they'll do what you want, and then figure out which one fits your use-case and budget best.

It turns out that byte-range is a HTTP header for flash pseudo-streaming. I've done some googling about, and found a few articles that suggest that CDNs supporting this are: Edgecast, Limelight and NetDNA (src) and Bitgravity, CDNetworks, (src)

Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
  • Rackspace Cloud Files officially supports streaming: https://www.rackspace.com/knowledge_center/frequently-asked-question/getting-started-with-cloud-files-streaming – user3096626 Jun 13 '15 at 21:46