Flash HTTP Streaming - Multiple Files
Asked Answered
S

1

6

With Flash 10.1+ and the ability to use appendBytes on a NetStream, its possible to use HTTP streaming in Flash for video delivery. But it seems that the delivery method requires the segments to be stored in a single file on disk, which can only be broken into discrete segment files with an FMS or an Apache module. You can cache the individual segment files once they're created, but the documentation indicates that you still must always use an FMS / Apache module to produce those files in the first instance.

Is it possible to break the single on-disk file into multiple on-disk segments without using an FMS, Wowza product or Apache?

Scibert answered 16/11, 2011 at 14:31 Comment(1)
Can you describe the end-goal? Why must you break it into multiple segments?Animato
P
0

There was an application which decompiled the output of the F4fpackager to allow it to be hosted anywhere, without the Apache Module. Unfortunately this application was withdrawn.

It should be possible to use a proxy to cache the fragments. Then you can use these cached files on any webserver.

Pend answered 29/11, 2012 at 8:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.