]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
down to 512 instead of 256
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Sep 2015 22:13:33 +0000 (17:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Sep 2015 22:13:39 +0000 (17:13 -0500)
src/switch_jitterbuffer.c

index ae34b0183f434b5bd73fdb37399266f428937666..7041738812531c5d12e9d959af2f00a5fe5967fb 100644 (file)
@@ -435,7 +435,7 @@ static void jb_frame_inc(switch_jb_t *jb, int i)
                                switch_channel_clear_flag(jb->channel, CF_VIDEO_BITRATE_UNMANAGABLE);
                        } else {
                                switch_core_session_message_t msg = { 0 };
-                               int new_bitrate = 256;
+                               int new_bitrate = 512;
 
                                msg.message_id = SWITCH_MESSAGE_INDICATE_BITRATE_REQ;
                                msg.numeric_arg = new_bitrate * 1024;