Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
martiinezz #1
Howto feed FMS from alternative sources
I have the following problem. I'd like to feed FMS with flv files stored on
cluster of HTTP servers. What I would like is to pass URL to FMS and ask it to
fetch the file and stream it (doing it while download progress would be great).
Is it possible at all? Or maybe should I feed FMS the other way? I just want
to use existing storage of FLV files and not move them to FMS.
And once again: streaming video during http download would be just awesome.
Thanks.
martiinezz Guest
-
sources sources everywhere
Greetings One & All Trying to get a thorough understanding of the runes in /etc/apt/sources.list I've inherited a network containing a few... -
Music Sources
Hi, can you give me some web addresses where I can download free or paid music for multimedia projects? Thanks, Pavel. -
Light Sources
I have a simple geometric object that I would like to illuminate with an imaginary light source. I do not want the imaginary 'light' source to be... -
Sources
Could anybody tell me which are the best sites (or sources) to learn ASP? Thanks in advance, Patricia -
Control Sources
Hey all I have a form that I'm creating for input that has fields for input from two different tables. One of the values for the second table... -
JayCharles #2
Re: Howto feed FMS from alternative sources
FMS can't actually fetch the files, as it has no file system access beyond the
applications directory.
What I like to do is build a php program to handle fetching the files and
moving them into the application streams directory (the FMS app then makes a
request of the PHP program, passing the location of the flv as a variable). I
don't think you'll be able to start streaming the file until it has completely
downloaded, but I haven't tried it so I'm not entirely sure on that.
JayCharles Guest
-
martiinezz #3
Re: Howto feed FMS from alternative sources
Hi Jay,
What about file adapter?
If I have edge server in remote mode does it use files from origin server or
caches file first and then streams to client?
Adobe documentation is not clear about many important things. The worse is
lack of examples of config files for certain deployments.
Cheers.
martiinezz Guest
-
JayCharles #4
Re: Howto feed FMS from alternative sources
I haven't worked with the Origin/Edge configuration, but as I understand
things, the edge will stream to connected clients as the stream comes in from
the origin.
You can do the same sort of thing using FMS pro licenses... you'd just make a
netconnection from the server acting as the edge to the server acting as the
origin (that's how we did it with FCS 1.5, as there was no origin/edge).
I might not be seeing an accurate picture of what you want to do. About the
http servers... are they all on the same network, or are you trying to pull flv
files from multiple networks? If it's the later, it won't make a difference if
you're using edge/origin or pro licenses, you'll still need FMS in each network
where the files reside. If the flv has to be moved between networks before it
gets to FMS, I have the feeling you'll be forced to wait until the entire file
arrives at the network FMS is running from.
JayCharles Guest
-
martiinezz #5
Re: Howto feed FMS from alternative sources
Hi again,
That's how I understand things as well (edge gets files or live stream from
origin) but what's the point then to have edge. I think Edge should somehow
store files and only fetch new ones when needed (not in cache).
I'll try to find out soon if entire file is needed before streaming will
happen (I'll let you know). Anyway if edge has good caching capabilities I'd
like to get file from HTTP server and save FMS Origin resources for live
streams only. That's my main concern. It doesn't matter how I'll get file to
the Edge (can be even PHP script as you suggested) but I only think if it will
be possible to force Edge to talk to Origin only about client authorization and
serve content from predownloaded file placed in it's cache folder.
Thanks.
martiinezz Guest



Reply With Quote

