Skip to main content
Participant
January 8, 2010
Question

Bandwidth and Buffer Question?

  • January 8, 2010
  • 2 replies
  • 2114 views

Hi There, I am migrating to Flash Media Interactive Server from Windows Media Server.

How can i set Limit aggregate player bandwith to 1.4Gb.

And Bandwith per player conection to 150Kbps in FMIS?

Another doubt that i have is using FMIS buffer to have 15s of buffering i need to change Apllication.xml with this parameters?

<Live>
                <!-- Drop live audio if audio q exceeds time specified. time in milliseconds -->
                <MaxAudioLatency>15000</MaxAudioLatency>
                <!-- Default buffer length in millisecond for live audio and video queue. -->
                <MinBufferTime>15000</MinBufferTime>
</Live>

Best Regards,

Sérgio Henrique

    This topic has been closed for replies.

    2 replies

    Participant
    January 18, 2010

    Client Code problem Bandwidth clarified.

    Inspiring
    January 13, 2010

    Are you still looking for an answer to this post? It's in one of the config files, to limit bandwidth per client. I can look it up if you still need the answer.

    -Robert

    --

    Robert Reinhardt

    Creator, videoRx.com

    Author, Flash Bible series and Video for Adobe Flash CS4 Professional Studio Techniques

    Adobe Community Expert

    http://blogs.flashsupport.com/robert

    January 14, 2010

    Hello Robert, Thank you for the reply.

    It will be very helpfull if i clarify this situation.

    How can i set Limit aggregate player bandwith to 1.4Gb.

    And Bandwith per player conection to 150Kbps in FMIS?

    Best Regards,

    Sérgio Machado

    Inspiring
    January 14, 2010

    In the Application.xml (you can edit the "global" Application.xml or make a copy of it and put it in the application's folder directly to make the settings application-specific), edit or add the:

    <ServerToClient> node

    See http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2926bcf-7ff0.html#WS5b3ccc516d4fbf351e63e3d119f2926bcf-7ec9 for more details.

    HTH.

    -Robert