basic streaming question

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

  1. #1

    Default basic streaming question

    Dear media server gurus

    We need to create a video player with cuepoints and streaming capabilities.
    We'd like to be able to jump to different chapters within one flv file without
    having to preload the entire video file.

    l know that we do need to use a media server service.

    - Any recommendations for decent services out there?
    - How much work is required on the server for this project? Do we need to
    hire a media server programmer ? or is it as simple as uploading the flv file
    to the server and then using the netStream class in the front end? Is there
    any programming required in the backend for this at all? I'm guess we'll need
    to use the seek function in the front end...

    Any insight, thoughts or suggestions much appreciated.

    Thank you

    Best

    Stephan


    stephan.k Guest

  2. Similar Questions and Discussions

    1. basic 3d question
      Hi, Just a qiuck question....I have created a 3d world and exported it to director. I want to add a basic cube shape I create in 3dstudio max to...
    2. Basic PHP question
      Greetings, I have a page called test.php. I want to call the same page but pass a variable to it so that data on the page (retrieved from mysql...
    3. Basic question...
      I posted the other day a question about writing a daemon to monitor a directory and then process the files as they arrive in said directory. I...
    4. ASP.NET and SSL basic question.
      Hi, Apologies if this question is a bit basic, but I can't seem to find any documentation anywhere. I have an asp.net site running on Windows...
    5. basic css question
      In several of my posts lately, I have made it known that I am nto a huge fan of using newer stuff as opposed to older methods of getting things...
  3. #2

    Default Re: basic streaming question

    Stephan,
    There are several hosting services that you can look into. There's a list of
    services at Flashcomguro.com that you can look into.

    As for how much effort is required, no server code is necessary. All code can
    be accomplished client-side. You would use the FMS to stream the FLV and the
    client to control where to go.

    Regards,
    Shack

    B_Shack Guest

  4. #3

    Default Re: basic streaming question

    Hi.

    Just joined the forum. First post. Just starting to learn about all this.
    Before making a big investment (time and money) in FMS, I need to know if it
    can do what I need...
    My questions are logical extensions to what's been asked here so I'm tagging
    onto this existing thread....

    I'd be grateful for answers to these 3 quick questions:

    1) Can I -- from the client side -- jump to any arbitrary point (using time to
    specify that point) in a stored video without having to load all the
    intervening video? How close will the stopping actual spot in the video
    actually jumped to be to the spot requested? (i.e. does it jump to the first
    key frame following the requested point or.......)

    2) Can I -- from the client side -- pause and leave the frame displayed? Can
    "jump to" and "pause" be combined so that it jumps to the requested spot and
    hold there?

    3) Can vids be played at speeds other than real time e.g. 2x or 0.5x? Can
    they be played backwards?

    Thanks so much,

    Martin.

    scodes 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