Skip to main content
Participant
October 23, 2007
Question

The use of setBandwidthLimit

  • October 23, 2007
  • 2 replies
  • 1142 views
As title. What will come out if the actual required bandwidth did exceed the setBandwidth limit? Drop frame or what?
Please advise and thx.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    r_m_hall
    Inspiring
    October 25, 2007
    Hi,

    Just went over this on Stefan Richters Flashmedia list:

    Using setbandwidthLimit in sever side actionscript will force the data to be under the max rate you specified. And yes, it will first attempt to drop frames of video if you hit the max rate.

    Regards,
    Rob


    Participating Frequently
    November 6, 2007
    if the bandwidth limit is exceeded in upload, the frames are dropped by the Flash Player, in download from the server, the frames are dropped by the server, but in this case the result is good only if the FLV is encoded with sorenson spark, because Vp6 (codec) does not allow to drop frames natively.