1
0
Fork 0
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:
winlin 2020-04-04 15:36:35 +08:00
parent 5144794044
commit 573449f1b0
7 changed files with 51 additions and 17 deletions

View file

@ -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

View file

@ -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