FS-7502: add record_concat_video=true to show split video recordings with session record

This commit is contained in:
Anthony Minessale
2015-03-30 11:52:47 -05:00
committed by Michael Jerris
parent 96d4318964
commit 1cbc3c58a5
5 changed files with 235 additions and 11 deletions
+3
View File
@@ -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;
};