mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-7502: add record_concat_video=true to show split video recordings with session record
This commit is contained in:
committed by
Michael Jerris
parent
96d4318964
commit
1cbc3c58a5
@@ -221,6 +221,9 @@ struct switch_media_bug {
|
||||
uint32_t record_pre_buffer_max;
|
||||
switch_frame_t *ping_frame;
|
||||
switch_frame_t *read_demux_frame;
|
||||
switch_queue_t *read_video_queue;
|
||||
switch_queue_t *write_video_queue;
|
||||
switch_thread_t *video_bug_thread;
|
||||
struct switch_media_bug *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user