Re: [Live-devel] Estimated Bitrate

2008-03-17 Thread Ross Finlayson
>I was wondering, what's the unit of ServerMediaSubsession's variable >estBitrate? This is actually a variable only for the subclass: "OnDemandServerMediaSubsession". In the header file for that class, you can see that it's in kilobits per second. >I know it only affects the frequency of RTCP

[Live-devel] Estimated Bitrate

2008-03-17 Thread Cristiano Belloni
I was wondering, what's the unit of ServerMediaSubsession's variable estBitrate? Is it bits per second or kilobits per second (or possibly kilobytes)? I set the bitrate on my encoder in bits per second, and I was wondering if i should simply set estBitrate to that value, or if I have to divide