From: Anthony Minessale Date: Thu, 12 Feb 2015 23:51:09 +0000 (-0600) Subject: FS-7513: try 30 again X-Git-Tag: v1.6.2~614^2~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b808099f6a2625a1062cb0763e522ffb2ebf8c38;p=thirdparty%2Ffreeswitch.git FS-7513: try 30 again --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 3bb2efd0f8..1aed7b2c8d 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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);