Forum Discussion

Joey_Burns_1268's avatar
Joey_Burns_1268
Icon for Nimbostratus rankNimbostratus
Aug 17, 2011

Bit Rate Throttling

Right now I have Bit Rate Throttling setup on each of my web servers for delivery of videos. I would prefer to do this on the LTM instead.

 

 

What bit rate throttling in IIS 7 does is base the delivery speed on the bit rate of the video so that we are not delivering the data faster than the client can play it.

 

 

 

Any help will be greatly appreciated.

 

2 Replies

  • Hi Joey,

     

     

    Here are a few links to get started with Rate Shaping on LTM:

     

     

    Manual chapter

     

    http://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos_management_guide_10_1/tmos_rateshaping.html

     

     

    iRule wiki page for the rateclass command (if you want to dynamically assign a rate class

     

    http://devcentral.f5.com/wiki/iRules.rateclass.ashx

     

     

    An example iRule

     

    http://devcentral.f5.com/wiki/iRules.Simple_traffic_shaping.ashx

     

     

    Aaron