From: Anthony Minessale Date: Wed, 24 Jul 2019 16:29:41 +0000 (+0000) Subject: [core] gen keyframe on new recording X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f757072d526e835a5f672052967bf594baac45;p=thirdparty%2Ffreeswitch.git [core] gen keyframe on new recording --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 726073c7a3..d0e8a9e054 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1448,6 +1448,7 @@ static switch_bool_t record_callback(switch_media_bug_t *bug, void *user_data, s if (switch_core_file_has_video(rh->fh, SWITCH_TRUE)) { switch_core_media_bug_set_media_params(bug, &rh->fh->mm); switch_core_session_request_video_refresh(session); + switch_core_media_gen_key_frame(session); } } }