]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix conference buffer for 30ms conference and 20ms chans
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 21 Aug 2007 15:49:31 +0000 (15:49 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 21 Aug 2007 15:49:31 +0000 (15:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5649 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index de1204eb919d6b206092f840d6d1d784957ce351..e1a718dbdaea1fb3e93286bb2fe76eb3fa3cd14a 100644 (file)
@@ -1720,7 +1720,7 @@ static void conference_loop_output(conference_member_t * member)
                                                switch_set_flag_locked(member, MFLAG_FLUSH_BUFFER);
                                        }
                                        mux_used = 0;
-                               } else if (mux_used > bytes * 2) {
+                               } else if (mux_used > bytes * 4) {
                                        /* getting behind, clear the buffer */
                                        switch_set_flag_locked(member, MFLAG_FLUSH_BUFFER);
                                }