2019-01-07 12:52:33 +01:00
|
|
|
nodes = {
|
2019-03-25 21:17:34 +01:00
|
|
|
rtp_node = {
|
|
|
|
type = "rtp"
|
2019-01-07 12:52:33 +01:00
|
|
|
|
2021-06-22 07:14:34 -04:00
|
|
|
format = {
|
|
|
|
type = "raw"
|
|
|
|
bits = "32"
|
|
|
|
endianess = "big"
|
|
|
|
}
|
2019-04-14 19:22:33 +02:00
|
|
|
|
|
|
|
rtcp = false
|
2019-01-21 13:10:55 +01:00
|
|
|
|
2019-03-25 21:17:34 +01:00
|
|
|
aimd = {
|
|
|
|
a = 10,
|
|
|
|
b = 0.5
|
2019-03-29 09:50:47 +01:00
|
|
|
|
2019-04-14 19:22:33 +02:00
|
|
|
Kp = 1.0
|
|
|
|
Ki = 0.0
|
|
|
|
Kd = 0
|
|
|
|
|
|
|
|
rate_min = 100
|
|
|
|
rate_init = 2000
|
|
|
|
rate_source = 10000
|
|
|
|
|
2019-03-29 09:50:47 +01:00
|
|
|
log = "aimd-rates-%Y_%m_%d_%s.log"
|
2019-04-14 19:22:33 +02:00
|
|
|
|
|
|
|
hook_type = "limit_rate"
|
2019-03-25 21:17:34 +01:00
|
|
|
}
|
2019-01-21 13:10:55 +01:00
|
|
|
|
2019-03-25 21:17:34 +01:00
|
|
|
in = {
|
|
|
|
address = "0.0.0.0:12000",
|
|
|
|
signals = {
|
|
|
|
count = 3
|
|
|
|
type = "float"
|
|
|
|
}
|
|
|
|
}
|
2019-01-07 12:52:33 +01:00
|
|
|
|
2019-03-25 21:17:34 +01:00
|
|
|
out = {
|
|
|
|
address = "127.0.0.1:12000"
|
2019-01-21 15:50:33 +01:00
|
|
|
|
2019-03-25 21:17:34 +01:00
|
|
|
netem = { # Network emulation settings
|
|
|
|
enabled = false,
|
|
|
|
|
|
|
|
delay = 100000, # Additional latency in microseconds
|
|
|
|
loss = 10 # Packet loss in percent
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-01-07 12:52:33 +01:00
|
|
|
}
|