Streaming video to flash player with cfcontent
I am trying to stream (Progressive DL) h264 video in a quicktime container or (an flv for that matter) to a flash video player (Slidesho pro). Whilst I can get video as a downloaded file which plays correctly.
If I call the qt movie directly there is no problem, the player handles it.
<cfheader name="content-disposition" value="inline">
<cfheader name="content-type" value="video/quicktime">
<cfcontent type="video/quicktime" file="blah.mov">
What else do I need to put in this response to make it work ?
Does it need to be an octet stream ?
Finally I have NOT put in a content length as I understand that cfcontent usesand internal buffer so doesn't load the whole source file into memory first. (Thanks Ben Nadel's Blog)
REASON: Securing video.... Any answers out there please !!!!
Gus
