Skip to main content
Known Participant
March 23, 2010
Answered

Different kind of streaming?

  • March 23, 2010
  • 1 reply
  • 1133 views

Hi,

playing the fms demo video does not download it into a temporary file like youtube does, so I could click on the timeline at the previous part or at the part show that it is already downloaded, and it will play it right away. Instead of that it plays a real time straming.

   How can I switch my server's settings to broadcast in the youttube style?

   Thank you.

     Anna

    This topic has been closed for replies.
    Correct answer SE_0208

    SE, thank you for your reply.

    1. I do have fms 3.5 interactive, installed on my server. What I was trying to say was that it is not necessray for me to use it if there is an other way to get the results I am after. Any application will do, as long as I will get the kind of streaming I want to get.

    2. No, I did not mean a short clips played over a local network, there are hundreds of tube sites that play 90, 120 minute long clips, and they are played the way I am trying to achieve on my server, too...

    3. ... which is: a clip (long one, 120 minutes long) is played from the beginning, and you can see that the downloaded part is running faster than the actual point of the clip you are viewing on the timeline, so, it is downloading into ram or tenp internet files..., but you can click at a place on the timeline which was not downloaded yet, and the clip will start playing from that point right away AND the "downloaded" part wil advance from the point where you clicked. So, it is kind of streaming (you can click on any part of the timeline and the clip will immediately start from that point), and downloading at the same time.

       Thank you.

         Anna


    1. I do have fms 3.5 interactive, installed on my server. What I was trying to say was that it is not necessray for me to use it if there is an other way to get the results I am after. Any application will do, as long as I will get the kind of streaming I want to get.

    Ok there might be solution of such kind but i am not aware of any such commercial solution.

    2. No, I did not mean a short clips played over a local network, there are hundreds of tube sites that play 90, 120 minute long clips, and they are played the way I am trying to achieve on my server, too...

    I was not talking about use case here, i was talking about your experience, i meant you might be seeing this effect with built-in player or FLVPlayback because you are playing small files over local network.

    3. ... which is: a clip (long one, 120 minutes long) is played from the beginning, and you can see that the downloaded part is running faster than the actual point of the clip you are viewing on the timeline, so, it is downloading into ram or tenp internet files..., but you can click at a place on the timeline which was not downloaded yet, and the clip will start playing from that point right away AND the "downloaded" part wil advance from the point where you clicked. So, it is kind of streaming (you can click on any part of the timeline and the clip will immediately start from that point), and downloading at the same time.

    Again i am saying it is not pure progressive download nor its pure streaming, its in-between approach something called HTTP Streaming.

    1 reply

    Participating Frequently
    March 23, 2010

    I think what you want to achieve is nothing but progressive download. You need to place your files in <FMS- install directory>/webroot/vod and connect using using http instead of rtmp. So your url would be http://<serverip>/vod/myfile.flv instead of rtmp://<serverip>/vod/myfile.flv

    Anna2257Author
    Known Participant
    March 23, 2010

    SE, thank you for your reply.

    That's a wonderful news that everything is so simple! I tried to play the demo fms clips through the http://myserver/vod/file, but it still played only a real time streaming, and what I want is the timeline progressing showing how far the clip was downloaded, and within that space you can click at any point and it will play immediately from that place (because it is already in the RAM), like youtube or other similar sites. 

       If you know what should I do to make my clips play that way please let me know.

       Thank you.

         Anna

    Participating Frequently
    March 23, 2010

    It is not real time streaming, what you are doing is progressive download , only thing videoPlayer UI is such that you get a feeling that its real time streaming. If you check your temp files of you browser, when you do http, you can see the file getting downloaded onto your disk.

    Now coming to the UI thing, why don't you try FLVPlayback component which comes in Flash CS4 Authoring. You can see the effect which you want to see where is shows in shaded portion data which already has been downloaded to your disk.