diff --git a/lib/nodes/rtp.c b/lib/nodes/rtp.c index 2d4fb92b7..99f6acdb5 100644 --- a/lib/nodes/rtp.c +++ b/lib/nodes/rtp.c @@ -110,7 +110,7 @@ int rtp_init(struct node *n) r->aimd.a = 10; r->aimd.b = 0.5; - r->aimd.last_rate = 1; + r->aimd.last_rate = 100; r->rtcp.throttle_mode = RTCP_THROTTLE_DISABLED;