Skip to content
Snippets Groups Projects
Commit 3a5e2583 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#4702] Lengthen RTP timeouts

parent c8562f8d
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ namespace sfl
// Factor use to increase volume in fade in
#define FADEIN_STEP_SIZE 4;
static const int schedulingTimeout = 10000;
static const int expireTimeout = 100000;
static const int schedulingTimeout = 100000;
static const int expireTimeout = 1000000;
// G.722 VoIP is typically carried in RTP payload type 9.[2] Note that IANA records the clock rate for type 9 G.722 as 8 kHz
// (instead of 16 kHz), RFC3551[3] clarifies that this is due to a historical error and is retained in order to maintain backward
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment