FMS streaming slow

Hi, we have installed a FMS 3.5 in a dedicated server, but when we try to view the uploaded video (.flv) it takes to long to start seeing it, and then for 2 seconds of screenplay, we have 5 minutes of loading delay, does anyone knows what it could be wrong?
I attached the config files so that youy can take a look at them and maybe tell me what to change.
Thank you a lot.

there is a really simple test you can do. hop on the actual server machine, and play the flv locally.  It should start pretty quickly.  If it doesn't, you will need to check your firewall settings and fms configuration to make sure things are setup properly.
then try from a remote machine.  if they are not the same, its because of some network condition (firewall, slow network etc.)

Similar Messages

  • Invalid FMS Stream Name

    Using FMLE 3.2 to stream live, whenever I attempt to add a second bitrate, I get a message "Invalid FMS Stream Name".  I have tried numerous variations:
    -myFLVFile_%v_%f.f4v
    -file%i.f4v
    Tried changing the format/extension (VP6 .flv) but still not working.  I've already read http://help.adobe.com/en_US/FlashMediaLiveEncoder/3.2/Using/WS86632046-87C8-4d50-AD74-E1A0 8AC67FEE.html.
    What am I doing wrong?

    I discovered the problem - the parameters need to be entered in both the "Stream" and "Save to file" fields (I was only entering the params for "file").
    The error messages for the two fields are slightly different.  If you don't provide params in "Save to file", the error is "Invalid Output file name".  If you don't provide params in "Stream", the error is "Invalid FMS stream name".
    Coming from Windows Media, I has assumed that the stream name would remain the same for all, but I've discovered that I need to jump through some extra hoops to deliver multi-bitrate, so I doubt I will bother.
    Thanks for trying.
    (On a side note, these forums are terribly slow.)

  • Broken video stream  slow everything

    Broken video stream  slow everything I am so frustrated. Everything worked so well until 2 weeks ago.

    Care to share what happened and/or changed 2 weeks ago?  Which app is playing the video stream?  Which browser & version are you using?  Tested other browsers?  If not, why not?
    How large is your HD & how much space do you have left?
    Please detail ALL you have done so far in the way of troubleshooting?   Need this info to avoid the been there done that scenarios.

  • How to play FMS stream by MediaPlayback?

    How to play FMS stream by MediaPlayback?
    flash8/winxp/fms2.0
    Thank you very much!

    After searching, I came to know about "Tuner radio" application. (URL: http://www.indexcom.com/iphone/description.html). So it is possible. But now how to achieve this?

  • [svn:osmf:] 17399: Improvements to the FMS stream reconnect feature.

    Revision: 17399
    Revision: 17399
    Author:   [email protected]
    Date:     2010-08-19 17:53:31 -0700 (Thu, 19 Aug 2010)
    Log Message:
    Improvements to the FMS stream reconnect feature.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/RTMPDynamicStreamingNetLoader.as

    "Is it intended to cope with NetConnection.Connect.IdleTimeOut of FMS disconnecting clients after some time of inactivity?"
    The answer is no. Stream reconnect is all about trying to reconnect in the event of a dropped network connection. For the IdleTimeOut scenario, listen for the MediaErrorEvent.MEDIA_ERROR event on the MediaPlayer and check for an error of MediaErrorCodes.NETCONNECTION_TIMEOUT. You can handle that however you wish in your player.
    - charles

  • Best settings while receiving a Live FMS stream??

    I am developing a live audio-video application using FMS 3.5. Can anyone please tell me the best possible settings i should use for playing a live netstream at the receiver side like what buffer time i should use etc?
    Thanku

    yes, i wanted to know the recommended settings by adobe while receiving a live FMS stream. I am using speex as codec with encode quality as 6 while publishing

  • [svn:osmf:] 17371: Initial checkin of FMS stream reconnect feature.

    Revision: 17371
    Revision: 17371
    Author:   [email protected]
    Date:     2010-08-18 16:01:48 -0700 (Wed, 18 Aug 2010)
    Log Message:
    Initial checkin of FMS stream reconnect feature.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/AudioElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/LightweightVideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/rtmpstreaming/RTMPDynamicStreamingNetLoader.as

    Many thanks for the fast reply.
    I've got a follow up question.
    What will happen if I modify the reconnect Code in the OSMF Netloader Class as recommended and then load multiple third party OSMF plugins,
    which may have included the origin OSMF version of the Netloader class.
    Which one will be used at runtime?
    Thanks in advance!

  • HLS-VOD stream slow....?

    took Lynda course and built a page "universal player" to try flash first, then go to the m3u8 stream, and then try android files lastely; Publishing an on-demand stream with a universal player code
    Encoded an 8 second video F4V 800kbps and then all the other formats OGV, WebM etc...
    Then added code for my own Strobe Player:
    http://www.adobe.com/devnet/flashmediaserver/articles/beginning-fms45-pt06.html
    All works fine except it loads soooooo slow!!!  and then stops mid stream and loads some more:-(
    What am i do'n wrong!!!!????
    Here is code:
    <link href="Styles.css" rel="stylesheet" type="text/css" />
    <script src="Scripts/swfobject.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="container">
    <div class="header"><a href="#"><img src="Graphics/Logo.gif" alt="Insert Logo Here" name="Insert_logo" width="400" height="90" id="Insert_logo" style="background: #8090AB; display:block;" /></a>
    <!-- end .header --></div>
    <div class="content">
    <object width='854' height='480' id='StrobeMediaPlayback' name='myStrobe' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ><param name='movie' value='swfs/StrobeMediaPlayback.swf' />
    <param name='quality' value='high' />
    <param name='bgcolor' value='#000000' />
    <param name='allowfullscreen' value='true' />
    <param name='flashvars' value= '&src=rtmp://lead05.csv01.com/vod/mp4:OneTime_vod_multi.f4v&autoHideControlBar=true&strea mType=vod&autoPlay=true&verbose=true'/>
    <param name="allowscriptaccess" value="always">
    <embed src='swfs/StrobeMediaPlayback.swf' width='640' height='377' id='myStrobe' quality='high' bgcolor='#000000' name='myStrobe' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer' flashvars='&src=rtmp://lead05.csv01.com/vod/mp4:OneTime_vod_multi.f4v&autoHideControlBar= true&streamType=vod&autoPlay=true&verbose=true' type='application/x-shockwave-flash'> </embed>
    <!--<![endif]-->
        <div>
         <h1>Fallback to HTML5 for iOS devices</h1>
         <p><video controls width="640" height="360">
                        <source src="http://lead05.csv01.com/hls-vod/OneTime_vod_multi.f4v.m3u8">
                        <source src="OneTime_vod_multi.theora.ogv">
                        <source src="OneTime_vod_multi.webmvp8.webm">
                        Your browser does not support Flash Player 10.1 or the HTML5 video element.
                        </video></p>
        </div>
        <!--[if !IE]>-->
        </object>
                    <!--<![endif]-->
    </object></div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>

    Hi,
    Thanks for trying this out.
    Do you see the slow loading for both iOS and Flash playbacks ? Try including port into the HTTP url. So, it should look like : http://<server>:8134/hls-vod......
    8134 is the default port apache on FMS uses, with a default installation. Change accordingly otherwise.

  • FMS Streaming Cuts Out and VOD restarts

    I just purchased and installed FMS for my music streaming service. I got the streaming set up fine so that it streams mp3s using the VOD application, but quite regularly the stream will just cut out and the VOD application in the administration section will just disappear and restart with 0 clients. It doesn't even happen when I have that many connected clients, at times it's happened with just 15 users, and i've had Red5 running over 200 clients at a time. Does anyone know what the problem could be? This is a real pain as I have to monitor the server all the time!
    Thanks in advance for help

    Here is a the access log about a minute before and a minute after;
    session disconnect      2010-03-07      16:07:47        2219    192.251.46.22   3152    2643314 -       -       -       -      200     -
    stream  stop    2010-03-07      16:07:47        2219    78.163.21.165   3156    352980  1254779183-hyphy-movement       348536  5877297 244.740000     408     -
    session disconnect      2010-03-07      16:07:47        2219    78.163.21.165   3156    352980  -       -       -       -      200     -
    session connect 2010-03-07      16:07:48        2219    78.163.21.165   3073    3073    -       -       -       -       200     -
    stream  play    2010-03-07      16:07:48        2219    78.163.21.165   3154    3433    1254894612-full-of-love 0       3118008 311.588000     200     -
    stream  stop    2010-03-07      16:07:49        2219    78.163.21.165   3154    66006   1254894612-full-of-love 62146   3118008 311.588000     408     -
    session disconnect      2010-03-07      16:07:49        2219    78.163.21.165   3154    66006   -       -       -       -      200     -
    session connect 2010-03-07      16:07:49        2219    78.163.21.165   3073    3073    -       -       -       -       200     -
    stream  play    2010-03-07      16:07:50        2219    78.163.21.165   3154    3433    1254894612-full-of-love 0       3118008 311.588000     200     -
    session connect 2010-03-07      16:07:54        2219    76.110.144.163  3073    3073    -       -       -       -       200     -
    stream  play    2010-03-07      16:07:54        2219    76.110.144.163  3146    3433    1256177130-keys 0       5893141 294.452000     200     -
    stream  stop    2010-03-07     16:07:55        2219    76.110.144.163  3180    41911   1256177130-keys 125854  5893141 294.452000      408     -
    session disconnect      2010-03-07      16:07:55        2219    76.110.144.163  3180    41911   -       -       -       -      200     -
    session connect 2010-03-07      16:07:58        2219    67.167.64.133   3073    3073    -       -       -       -      200     -
    stream  play    2010-03-07      16:07:59        2219    67.167.64.133   3167    3433    1266936495-ciarra-new-school-r&b-hit    0       5195687 216.398000      200     -
    stream  stop    2010-03-07      16:08:00        2219    78.163.21.165   3252    159621  1254894612-full-of-love 155231  3118008 311.588000      408     -
    session disconnect      2010-03-07      16:08:00        2219    78.163.21.165   3252    159657  -       -       -       -       200     -
    stream  stop    2010-03-07      16:08:04        2219    67.167.64.133   3167    232939  1266936495-ciarra-new-school-r&b-hit    228787  5195687 216.398000      408     -
    session disconnect     2010-03-07     16:08:04        2219    67.167.64.133   3167    232939  -     -     -     -     200     -
    session connect 2010-03-07      16:08:04        2219    41.226.28.173   3073    3359    -       -       -       -       200     -
    stream  play    2010-03-07      16:08:04        2219    41.226.28.173   3160    3433    1267131270-the-great-takeover   0       7147171 178.677000     200     -
    session connect 2010-03-07      16:08:05        2219    74.208.17.122   3073    3073    -       -       -       -       200     -
    stream  play    2010-03-07      16:08:06        2219    74.208.17.122   3175    3433    1262724331-the-rain(rick-ross,trae,jadakiss)    0       5401516 269.871000     200     -
    session connect 2010-03-07      16:08:21        2219    65.78.92.157    3073    3106    -       -       -       -       200     -
    stream  play    2010-03-07      16:08:23        2219    65.78.92.157    3159    3433    1267825844-(hott)pontificate    0       5496998 229.041000     200     -
    session connect 2010-03-07      16:08:34        2219    99.188.116.177  3073    3073    -       -       -       -       200     -
    stream  play    2010-03-07      16:08:34        2219    99.188.116.177  3168    3433    1267678096-take-it-fast,-take-it-slow   0       3607949 180.192000      200     -
    stream  stop    2010-03-07      16:08:55        2219    41.226.28.173   3160    268371  1267131270-the-great-takeover   388292  7147171 178.677000     408     -
    session disconnect     2010-03-07     16:08:55        2219    41.226.28.173   3160    268371  -     -     -     -     200     -
    session connect 2010-03-07      16:08:55        2219    67.167.64.133   3073    3073    -       -       -       -       200     -
    stream  play    2010-03-07      16:08:55        2219    67.167.64.133   3167    3433    1266936495-ciarra-new-school-r&b-hit    0     5195687 216.398000     200     -
    session connect 2010-03-07      16:08:56        2219    41.226.28.173   3073    3073    -     -     -     -     200     -
    stream  play    2010-03-07     16:08:57        2219    41.226.28.173   3160    3433    1267131270-the-great-takeover   0       7147171 178.677000     200     -
    stream  stop    2010-03-07      16:08:57        2219    74.208.17.122   3175    1111599 1262724331-the-rain(rick-ross,trae,jadakiss)    1104464 5401516 269.871000     408     -
    session disconnect      2010-03-07      16:08:57        2219    74.208.17.122   3175    1111599 -     -     -     -       200     -
    session connect 2010-03-07      16:08:59        2219    74.196.46.226   3073    3359    -     -     -     -     200     -
    #Date: 2010-03-07
    #Fields: x-category     x-event date    time    x-pid   c-ip    cs-bytes        sc-bytes        x-sname sc-stream-bytes x-file-size     x-file-length   x-status        x-comment
    session connect 2010-03-07     16:09:07        17009   74.208.17.122   3073    3073    -     -     -     -     200     -
    stream  play    2010-03-07      16:09:07        17009   74.208.17.122   3175    3433    1262724331-the-rain(rick-ross,trae,jadakiss)    0     5401516 269.871000     200     -
    session connect 2010-03-07     16:09:20        17009   195.202.232.59  3073    3073    -     -     -     -     200     -
    stream  play    2010-03-07      16:09:20        17009   195.202.232.59  3159    3433    1255111445-young-jeezy-style    0       2868224 179.200000     200     -
    stream  stop    2010-03-07     16:09:21        17009   195.202.232.59  3159    103043  1255111445-young-jeezy-style    99155   2868224 179.200000     408     -
    session disconnect     2010-03-07     16:09:21        17009   195.202.232.59  3159    103043  -     -     -     -     200     -
    session connect 2010-03-07     16:09:22        17009   195.202.232.59  3073    3073    -     -     -     -     200     -
    stream  play    2010-03-07      16:09:22        17009   195.202.232.59  3154    3433    1267734408-take-my-time 0     6694849 278.909000     200     -
    session connect 2010-03-07     16:09:24        17009   65.204.3.114    3073    3073    -     -     -     -     200     -
    stream  play    2010-03-07      16:09:31        17009   65.204.3.114    3167    3433    1266936495-ciarra-new-school-r&b-hit    0       5195687 216.398000     200     -
    stream  stop    2010-03-07     16:09:38        17009   65.204.3.114    3201    302765  1266936495-ciarra-new-school-r&b-hit    298405  5195687 216.398000     408     -
    session disconnect     2010-03-07     16:09:38        17009   65.204.3.114    3201    302765  -     -     -     -     200     -
    session connect 2010-03-07     16:09:59        17009   217.171.129.67  3073    3073    -     -     -     -     200     -
    stream  play    2010-03-07      16:09:59        17009   217.171.129.67  3160    3433    1267131270-the-great-takeover   0       7147171 178.677000     200     -
    I can't see anything out of place there but I could be wrong. This is the edge.00.log
    2010-03-07     16:09:01        15375   (i)2581250     Edge disconnected from core (2219).     -
    2010-03-07     16:09:07        15375   (i)2581252     Registering core (17009).     -
    2010-03-07     16:11:18        15375   (i)2581250     Edge disconnected from core (17009).    -
    2010-03-07     16:11:21        15375   (i)2641213     Connection rejected by server. Reason : [ Server.Reject ] : Virtual host  is not available.     -
    The connection rejected line repeats for a while until I start the VOD application manually.  There don't seem to be any other error messages in other logs.

  • Streaming slows from Computer

    Hi,
    I have an ATV3 and I try to stream all of my movies from my iMac to the ATV as my internet is too slow to stream at a decent quality.
    My question/issue is this. When streaming HD 1080p content, when the stream is approximately half way through it will suddenly slow down until the point where the video catches up to the buffering and then is too slow to continue. I then have to reset the ATV and re-start the movie from where it ended and it will continue (generally until the movie has ended). This happens all the time.
    Can someone please advise as to why the Apple TV will suddenly start streaming video slowly after it has started immediately and streams at a more than necessary rate (half of movie can be buffered within 10mins) to begin with?
    I am running a Wireless N router that is definitely fast enough (as it buffers the movie a lot faster than I can watch it to begin with). If you do think it could be a router issue (unlikely, as restarting the ATV fixes the issue, but I guess it is possible) would you be able to offer advise?
    Any help would be appreciated as it is very annoying having to re-start films half way through.
    Kind Regards,
    Sam

    I have the exact same problem and the only change I have performed is an upgrade to the latest version of ATV.
    This problem affects both ver 2 and 3 of ATV.
    I do hope the upcoming 6.1 update fixes this.

  • X100e Wireless Video Streaming SLOW

    Hello,  I have a new  x100e (Windows 7 Home Premium 32 bit, 2GB RAM, 250GB hard drive).  Lenovo Access Connections says my wireless connection is good (4 out of 5 bars on the indicator) and says speed is 72.0 Mbps.  When I try to view video on YouTube, it plays 3 or 4 seconds then stops with the spinning circle in the middle of the screen for another 4 or 5 seconds then plays another 4 or 5 seconds, and on and on.  It's made viewing video streams not worth the trouble.  If it is something I really want to see, I'll pause the playing and wait til it all loads - which can be a while.  I previously was using an S10 Ideapad w/ WinXP and never had this problem.  What gives? 

    I am also struggling with very slow data transfer speed in the same WLAN ThnkPad x100e downloads well under 10 Mbps. Strangely, the same metering service shows well over 70 Mbps with another Levovo PC, ThinkPad E320. I have done complete factory reset, all updates, including BIOS and obviously not running any CPU or bandwidth consuming applications while measuring the speed. In the photo you an see that the latency and upload sppeed are at same level, while the download speeds are massively different. Lenovo diagnostics didin't help to solve the issue.
    I would really appreciate tips to solve this.

  • FMS streaming

    I have installed a FMS to a CentOS server. I created an application here but I cannot connect to it raising a "Connection Error".
    I tried testing it by streaming some videos on the samples on vod. I used the "../samples/videoPlayer/videoplayer.htm" which is locally found on my computer that was included when I installed a FMS too on my local computer (Windows). When I try to load a video from my computer's FMS samples it usually works. I used the following Stream URL here:
    rtmp://[MY-IP]/vod/sample.flv
    But when I try to load a sample vido from the server i still get "Connection Error". I used the following URL
    rtmp://[server-ip]/vod/media/mp4:sample.f4v
    The file is located at /applications/vod/media/ which is as far as I know, the vod is the application's name and media is an instance name.
    Am i doing the right thing here? I want to know if the problem has something to do with the server. And also, is there a sample working Stream URL on the internet that I can use to test?
    TIA!

    Hi,
    First of all these tests are inconclusive as they use server hosted by adobe.com or flashguru.com and checks your browser and this does not show your server port status.
    Now coming back to your problem. You say that port 80 is open (Did you telnet from the client?) and still your connection does not go through. What status do you get? Is it "NetConnection.Connect.Rejected" or "NetConnection.Connect.Failed".  If you are still getting ""NetConnection.Connect.Failed" it is an issue with network and FMS is unreachable. Otherwise there may be issue with application dir.
    Are you connecting to the Live application? Check in your live dir, if allowedHTMLdomains.txt or allowedSWFdomains.txt have been configured to accept certain domains.
    Please get back with the above info so that I can narrow down your issue.
    Thanks,
    Abhishek

  • Netflix streaming slow

    I have an macbook air circa 2009 and whenever I attempt to stream netflix, especially in full screen the streaming video slows down, hangs up or just stops.  Is there anything I can do with the settings to speed things up.
    Thanks,

    Most likely you can't fix your issue.  FIOS and Netflix and been in a small war since last Summer.   The problem is before your house.
    http://arstechnica.com/information-technology/2013/06/verizon-bandwidth-provider-blame-each-other-fo...

  • Why has my streaming slowed down

    I have had my mac for a few months now. Absolutely love it. We watched youtube and online tv constantly with no problems. Lately though streaming has slowed and the videos are constantly buffering. Is there something I could have downloaded that slowed my internet or computer down? Is there a program or software i should have that protects my mac?

    I have had my mac for a few months now. Absolutely love it. We watched youtube and online tv constantly with no problems. Lately though streaming has slowed and the videos are constantly buffering. Is there something I could have downloaded that slowed my internet or computer down? Is there a program or software i should have that protects my mac?

  • TCP Acceleration for FMS Streaming Solutions

    I was told that certain TCP Acceleration solutions are
    capable of making streaming video via FMS3 better, ie clearer and
    more up to date pictures. Does anyone has any information on this?
    I have tried to contact Internap regarding if their solutions are
    able to assist me in this but I have not recieved their reply on
    this for over a week.

    FMS' RTMP is TCP based. If there is any such solution which
    improves the experience over TCP connection should have the same
    effect on FMS.
    Personally , I am skeptic about practical viability of such
    solution unless I own a WAN and directly control the quality &
    features of all network devices :)

Maybe you are looking for

  • Using SCPI command in labview

    Hi. I've found an instrument driver for keithley 6221 on keithley.com. Here is a question: I wana to control this model directly by using SCPI command instead of instrument driver. But,  I don't know how can I do this in Labview 8.0. Tnx.

  • HTTP Status 500 Error java.lang.NullPointerException on BO 4.0 SP2

    Hello, we installed BO 4.0 SP2 with Tomcat 6 on Windows Server 2008 R2 64 Bit. After installation it is not possible to open the CMC, BI-Launchpad or LCM in a browser. It presents the following error page: HTTP Status 500 - type Exception report mess

  • Warning on first startup of FCE 4.0

    I have a question about FCE 4 that I just got 2 days ago. When I first started it up, I got a warning that FCE may not operate as advertised because my video card was not up to snuff and may not run Quartz Extreme(I'm paraphrasing). I have a PM G4 1.

  • IPhoto 08 Web Gallery Auto-resize?

    I am using iPhoto 08 to create a Web Gallery but have very large photo files. Does iPhoto upload at the original file size or does it automatically scale down to sizes more appropriate for web viewing? I want to ensure people can download photos from

  • ARD root login crashes remote machine

    I have an xserve running 10.4.7 and ARD 3.1 We had a system power down during operation. (dont ask) Then after the machine had came back up, trying to ARD onto machine and login as "admin" would enter OK. However when logging in as "root" completely