mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
for bug #257, default to off the realtime(min-latency).
This commit is contained in:
parent
dac9f9c45c
commit
595bf24a51
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ vhost mrw.srs.com {
|
|||
# 1. disable the mr for vhost.
|
||||
# 2. use timeout for cond wait for consumer queue.
|
||||
# @see https://github.com/winlinvip/simple-rtmp-server/issues/257
|
||||
# default: on
|
||||
# default: off
|
||||
min_latency off;
|
||||
# about MR, read https://github.com/winlinvip/simple-rtmp-server/issues/241
|
||||
mr {
|
||||
|
|
|
@ -136,7 +136,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
* 2. use timeout for cond wait for consumer queue.
|
||||
* @see https://github.com/winlinvip/simple-rtmp-server/issues/257
|
||||
*/
|
||||
#define SRS_PERF_MIN_LATENCY_ENABLED true
|
||||
#define SRS_PERF_MIN_LATENCY_ENABLED false
|
||||
|
||||
/**
|
||||
* how many chunk stream to cache, [0, N].
|
||||
|
|
Loading…
Reference in a new issue