mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add estimator comments to config.
This commit is contained in:
parent
e83c447e52
commit
cf17f4f503
@ -127,3 +127,15 @@ webrtc:
|
|||||||
- urls: [ stun:stun.l.google.com:19305 ]
|
- urls: [ stun:stun.l.google.com:19305 ]
|
||||||
#username: foo
|
#username: foo
|
||||||
#credential: bar
|
#credential: bar
|
||||||
|
# estimator:
|
||||||
|
# enabled: true
|
||||||
|
# passive: false
|
||||||
|
# debug: true
|
||||||
|
# initial_bitrate: 1000000
|
||||||
|
# read_interval: 1s
|
||||||
|
# stable_duration: 10s
|
||||||
|
# unstable_duration: 5s
|
||||||
|
# stalled_duration: 20s
|
||||||
|
# downgrade_backoff: 10s
|
||||||
|
# upgrade_backoff: 30s
|
||||||
|
# diff_threshold: 0.5
|
||||||
|
Loading…
Reference in New Issue
Block a user