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?