mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support RTP packet cache manager
This commit is contained in:
parent
bde86a2b23
commit
86f43d4f72
6 changed files with 229 additions and 20 deletions
|
@ -497,6 +497,9 @@ rtc_server {
|
|||
# then system queue is 2000*4 = 8k, user can incrase reuseport to incrase the queue.
|
||||
# default: 2000
|
||||
queue_length 2000;
|
||||
# Whether enable the RTP packet cache.
|
||||
# default: off
|
||||
rtp_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