stream mov/mpg from a web server using Flash

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

  1. #1

    Default stream mov/mpg from a web server using Flash

    I would like to create a Flash movie that streams MPG and .mov from a location
    on a web server (through HTTP). I keep reading you need Flash Media Server or a
    Flash Video Streaming Service using FLV files. Can you do it without Flash
    Media Server or a Flash Video Streaming Service? I.e. just stream it through
    HTTP using ActionScript.

    Brian Wright_ Guest

  2. Similar Questions and Discussions

    1. Media Server stream within Flash
      Evening All, I am still fairly new to all this so please excuse me if I have overlooked something very obvious however any assistance would be...
    2. Flash Media Server goes down mid-stream
      So if my application is streaming a video and FMS goes down during it... I need to be able to error handle this. I'm wondering if FMS would return...
    3. F8 stream vs. media server
      hi - i've been using the F8 video encoder and F8 to create streaming flash video. i was recently asked by a colleague if we should buy into the...
    4. Using Flash Media Server to Stream FLV from seperate appserver
      We're looking to see whether it is possible to stream FLV or MP3 files located on our web application server through FMS installed on a totally...
    5. How can forward stream from one server to another?
      Hi, I was wondering if any one know how to forward a stream from one FCS to another using server-side action script. I've a simple flash...
  3. #2

    Default Re: stream mov/mpg from a web server using Flash

    I have been working on a similar issue. I am pretty new to this software, but I
    have found you can download Flash Media Encoder and Flash Media Server (Free
    Version) to push the video to a Flash Player. The encoder is very easy to use.
    It encodes a stream to a file in the 'live' folder under applications. The
    server will pick it up from there automatically. Unfortunately, that is about
    as close as I have got. I can get the Flash player to find the file on a
    localhost, but I haven't been able to find support on how to do it from a
    seperate website. I know the key is in the rtmp:// address, but I haven't
    figured it out yet.

    Don't know if this helps, but I have been digging for about a week and haven't
    found much that was helpful yet.

    thegoblin 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