mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, refine RTC latency from 600ms to 200ms. 4.0.20
This commit is contained in:
parent
5144794044
commit
573449f1b0
7 changed files with 51 additions and 17 deletions
|
@ -124,6 +124,7 @@
|
|||
#define SRS_PERF_QUEUE_COND_WAIT
|
||||
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
||||
#define SRS_PERF_MW_MIN_MSGS 8
|
||||
#define SRS_PERF_MW_MIN_MSGS_FOR_RTC 0
|
||||
#endif
|
||||
/**
|
||||
* the default value of vhost for
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
#ifndef SRS_CORE_VERSION4_HPP
|
||||
#define SRS_CORE_VERSION4_HPP
|
||||
|
||||
#define SRS_VERSION4_REVISION 19
|
||||
#define SRS_VERSION4_REVISION 20
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue