Skip to main content
Participant
February 9, 2011
Question

I need to increase my FMS buffer size for display video smoothly

  • February 9, 2011
  • 1 reply
  • 1240 views

I need to increase my buffer size in FMS.

Please let me know form where i would be increase my FMS buffer size.

My video is running from RTMP and i faces the problem to load. video stalled between the running. so i need to increase buffer size for running video smoothly.

Please reply me as soon as possible so i can resoled my problem.

Thanks in advance.....

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 9, 2011

    Hi,

    You can increase the buffer size by using the property bufferTime of NetStream Object you are using. For eg: if ns is your NetStream Object then it can be done by ns.bufferTime=<desired value>.

    Also you can go through this

    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#bufferTime.