Question
Tricky FLV Video File I/O thing
Hi
Lets say we have an flv file broken into 4 files: flvFile.part1, flvFile.part2, flvFile.part3, flvFile.part4
I don't want to assemble the 4 parts on the disk and then read it, nor do I want to fit the assembled file in memory all at once.
Is there a way to start reading the first and then the second etc. while playing the video smoothly?
Please note that the flv is just broken in four parts so on their own each part is not a complete flv file. Also, I don't mind if this is done in AIR and not Flash Player so using FileStream would be fine. So, I guess first step would be to start reading the first part as a binary file. But then can you start playing that stream or bitarray as a video?
Any ideas/pointers would be greatly appreciated!
Thanks
Lets say we have an flv file broken into 4 files: flvFile.part1, flvFile.part2, flvFile.part3, flvFile.part4
I don't want to assemble the 4 parts on the disk and then read it, nor do I want to fit the assembled file in memory all at once.
Is there a way to start reading the first and then the second etc. while playing the video smoothly?
Please note that the flv is just broken in four parts so on their own each part is not a complete flv file. Also, I don't mind if this is done in AIR and not Flash Player so using FileStream would be fine. So, I guess first step would be to start reading the first part as a binary file. But then can you start playing that stream or bitarray as a video?
Any ideas/pointers would be greatly appreciated!
Thanks