mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, move time_jitter and mix_correct to play
This commit is contained in:
parent
738642073e
commit
d6b0aa3a5b
11 changed files with 171 additions and 101 deletions
|
@ -5,11 +5,15 @@
|
|||
listen 1935;
|
||||
max_connections 1000;
|
||||
vhost __defaultVhost__ {
|
||||
gop_cache off;
|
||||
queue_length 10;
|
||||
min_latency on;
|
||||
mw_latency 100;
|
||||
tcp_nodelay on;
|
||||
|
||||
play {
|
||||
gop_cache off;
|
||||
queue_length 10;
|
||||
min_latency on;
|
||||
mw_latency 100;
|
||||
}
|
||||
|
||||
publish {
|
||||
mr off;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue