mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #241, refine the max buffer and kbps.
This commit is contained in:
parent
850946bb13
commit
4785f882d4
2 changed files with 9 additions and 3 deletions
|
@ -35,7 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
// use the bitrate in kbps to calc the max sleep time.
|
||||
#define SRS_MR_MAX_BITRATE_KBPS 10000
|
||||
#define SRS_MR_AVERAGE_BITRATE_KBPS 1000
|
||||
#define SRS_MR_MIN_BITRATE_KBPS 64
|
||||
#define SRS_MR_MIN_BITRATE_KBPS 32
|
||||
// the max sleep time in ms
|
||||
#define SRS_MR_MAX_SLEEP_MS 3000
|
||||
// the max small bytes to group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue