So I have a dynamically created FLVPlayback object and for the most part everything is working just peachy.
However, when I load an MP4 file (via HTTP) with it, it will not play until the entire file is downloaded.
After doing some research, I used QTIndexSwapper2 to put the 'moov' atom at the beginning of the file, but it did not help.
Any ideas or suggestions? Using an RTMP server is not an option right now.
Many thanks.
EDIT The video starts playing when the buffering bar reaches about 80%. I don't know if this is just an inaccuracy in the buffering bar or if it's actually playing the video before it's fully downloaded.