1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Disable player perf stat, because it should be refined.

This commit is contained in:
winlin 2021-02-27 12:54:06 +08:00
parent f689b74cc7
commit ab601ff386
3 changed files with 10 additions and 9 deletions

View file

@ -488,8 +488,9 @@ rtc_server {
# default: off
merge_nalus off;
# Whether enable the perf stat at http://localhost:1985/api/v1/perf
# default: on
perf_stat on;
# TODO: FIXME: We should enable it when refined.
# default: off
perf_stat off;
# For RTP packet and its payload cache.
rtp_cache {
# Whether enable the RTP packet cache.