Skip to main content
Participant
April 28, 2008
Question

Streaming Video Help

  • April 28, 2008
  • 1 reply
  • 506 views
.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    Inspiring
    April 30, 2008
    On Mon, 28 Apr 2008 04:43:21 +0000 (UTC), "ScottyeN"
    <webforumsuser@macromedia.com> wrote:

    > However, with me being new to this, I was hoping if someone can point me in
    >the right direction.
    > 1. Do I need this Adobe Flash Media Streaming Server to post streaming videos
    >on my clients website (off my server).

    I'd advise first of all to think about the next: do you really need a
    live streaming? Live streaming is required if:
    -- you need to broadcast a live (not recorded) video to the Internet;
    -- you need to prevent your video from saving at user's computer.

    If you don't need either of above, then I'd recommend to use a
    progressive download method, if you don't need to have a random access
    to your video segments (quick navigation across the movie) or so
    called HTTP Streaming technology, if you need a random access to your
    movie (forward/backward seeking). This last case requires a special
    (though rather simple) AS code writing and a special (also very
    simple) script at your web server. You can learn about how this method
    works for example here:
    http://home.openworldpresenter.com/flash/index.php?pid=43

    HTH!