
Using Content-range HTTP header for streaming
I find it quite strange that for http streaming and jumping to unread video part there are non-standard GET parameters used to mark readable content start. There is nice standard way to do this: just add standard (but probably not well-known) HTTP 1.1 header "Content-Range" to the GET request and it will do exactly the same that with adding "?start=xxx" to xmoov script or lighttp specific module.
I would be very interested in this as I plan to use Amazon S3 which is dump storage with HTTP interface, so you cannot add any modules or custom code there, but it uses lighttp streaming if you just use the standard Content-Range headers, according to http://developer.amazonwebservices.com/connect/message.jspa?messageID=66774
Or is there any limit in flash player stopping you using the header?