Skip to content

Commit ff247da

Browse files
committed
Merge branch 'multi-record'
2 parents 067c737 + 004accd commit ff247da

File tree

3 files changed

+552
-195
lines changed

3 files changed

+552
-195
lines changed

ngx_rtmp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ typedef struct {
326326
#define NGX_RTMP_MAIN_CONF 0x02000000
327327
#define NGX_RTMP_SRV_CONF 0x04000000
328328
#define NGX_RTMP_APP_CONF 0x08000000
329+
#define NGX_RTMP_REC_CONF 0x10000000
329330

330331

331332
#define NGX_RTMP_MAIN_CONF_OFFSET offsetof(ngx_rtmp_conf_ctx_t, main_conf)

0 commit comments

Comments
 (0)