mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
edge support play and ingest origin stream. change to 0.9.77
This commit is contained in:
parent
acba4cfdc6
commit
2bcaeccc51
17 changed files with 406 additions and 59 deletions
|
@ -893,20 +893,23 @@ vhost refer.anti_suck.com {
|
|||
pithy_print {
|
||||
# shared print interval for all publish clients, in milliseconds.
|
||||
# if not specified, set to 1100.
|
||||
publish 2000;
|
||||
publish 10000;
|
||||
# shared print interval for all play clients, in milliseconds.
|
||||
# if not specified, set to 1300.
|
||||
play 3000;
|
||||
play 10000;
|
||||
# shared print interval for all forwarders, in milliseconds.
|
||||
# if not specified, set to 2000.
|
||||
forwarder 3000;
|
||||
forwarder 10000;
|
||||
# shared print interval for all encoders, in milliseconds.
|
||||
# if not specified, set to 2000.
|
||||
encoder 3000;
|
||||
encoder 10000;
|
||||
# shared print interval for all ingesters, in milliseconds.
|
||||
# if not specified, set to 2000.
|
||||
ingester 3000;
|
||||
ingester 10000;
|
||||
# shared print interval for all hls, in milliseconds.
|
||||
# if not specified, set to 2000.
|
||||
hls 3000;
|
||||
hls 10000;
|
||||
# shared print interval for all edge, in milliseconds.
|
||||
# if not specified, set to 2000.
|
||||
edge 10000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue