Howto feed FMS from alternative sources

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. Music Sources
      Hi, can you give me some web addresses where I can download free or paid music for multimedia projects? Thanks, Pavel.
    3. 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...
    4. Sources
      Could anybody tell me which are the best sites (or sources) to learn ASP? Thanks in advance, Patricia
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139