mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Cache the large buffer allocation
This commit is contained in:
parent
6e9cb059b3
commit
4d0863468a
9 changed files with 135 additions and 133 deletions
|
@ -500,6 +500,9 @@ rtc_server {
|
|||
# Whether enable the RTP packet cache.
|
||||
# default: off
|
||||
rtp_cache off;
|
||||
#Whether enable the RTP message(a large buffer) cache.
|
||||
# default: off
|
||||
rtp_msg_cache off;
|
||||
# The black-hole to copy packet to, for debugging.
|
||||
# For example, when debugging Chrome publish stream, the received packets are encrypted cipher,
|
||||
# we can set the publisher black-hole, SRS will copy the plaintext packets to black-hole, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue