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

[#4702] Update RTP timeouts

parent c260e8db
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 = 100000;
static const int expireTimeout = 1000000;
static const int schedulingTimeout = 1000000;
static const int expireTimeout = 10000000;
// 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