Skip to main content
February 29, 2008
Question

What if I want to LET USER CACHE videos streamed using FMS3?

  • February 29, 2008
  • 4 replies
  • 203 views
For my new video website I want the users TO BE ABLE TO CACHE but at the same time I want them to have the benefit of jumping anywhere on the timeline to see only the part they are interested in without downloading complete video (which can be done only through streaming IMHO)

Is it possible in FMS3? any other solution?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    Inspiring
    April 9, 2008
    On Fri, 29 Feb 2008 02:18:29 +0000 (UTC), "anshulag"
    <webforumsuser@macromedia.com> wrote:

    >For my new video website I want the users TO BE ABLE TO CACHE but at the same
    >time I want them to have the benefit of jumping anywhere on the timeline to see
    >only the part they are interested in without downloading complete video (which
    >can be done only through streaming IMHO)

    The answer is "HTTP Streaming". In fact you don't need FMS if you wish
    to allow users to cache videos. You can use any webserver with
    PHP/MySQL. AFAIK, Google Video works just in this way. You can find
    some brief description of how HTTP Streaming works for example here:

    http://home.openworldpresenter.com/flash/index.php?pid=43

    Sorry, it's not an advertizing, but just a link. Of course, you'll
    need to create some special SWF movie (pretty simple though) to let
    your viewers to see such videos. Fast navigation is guaranteed.

    Participant
    March 24, 2008
    yes you can do that using fms3.
    Participant
    March 24, 2008
    yes you can do that using fms3.
    February 29, 2008
    I need this because user has good bandwidth (>1Mbps) but with some usage limit (say 100Mb/day). User doing a random access to see parts of video again and again will end up wasting a lot of bandwidth.