]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7513: try 30 again
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 12 Feb 2015 23:51:09 +0000 (17:51 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:01 +0000 (12:47 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 3bb2efd0f8ea30397517c6c8f3a383c32d7b31d9..1aed7b2c8d989e13823a1ee03b0b6da00f2504df 100644 (file)
@@ -1417,8 +1417,7 @@ static void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread
 
        init_canvas(conference, vlayout);
 
-       /* 25 FPS */
-       switch_core_timer_init(&timer, "soft", 40, 3600, conference->pool);
+       switch_core_timer_init(&timer, "soft", 33, 3000, conference->pool);
 
        if (!switch_test_flag(conference, CFLAG_MINIMIZE_VIDEO_ENCODING)) {
                packet = switch_core_alloc(conference->pool, SWITCH_RECOMMENDED_BUFFER_SIZE);