1
0
Fork 0
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:
winlin 2015-08-29 23:18:25 +08:00
parent 738642073e
commit d6b0aa3a5b
11 changed files with 171 additions and 101 deletions

View file

@ -42,4 +42,32 @@ vhost __defaultVhost__ {
enabled off;
latency 350;
}
# for SRS2
mode remote;
origin 127.0.0.1:1935 localhost:1935;
token_traverse off;
vhost same.edge.srs.com;
debug_srs_upnode off;
# for SRS2
forward 127.0.0.1:1936 127.0.0.1:1937;
# for SRS2
time_jitter full;
mix_correct off;
atc on;
atc_auto on;
min_latency on;
mw_latency 100;
gop_cache off;
queue_length 10;
send_min_interval 10.0;
reduce_sequence_header on;
}