With Flash 10.1+ and the ability to use appendBytes in NetStream, you can use HTTP streaming in Flash to deliver video. But it seems that for the delivery method, the segments should be stored in one file on disk, which can only be split into discrete segment files using the FMS or the Apache module. You can cache individual segment files after they are created, but the documentation indicates that you should always use the FMS / Apache module to create these files in the first instance.
Is it possible to split a single file on a disk into several segments on a disk without using FMS, a Wowza product or Apache?
source share