File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ static ngx_rtmp_play_pt next_play;
14
14
static ngx_rtmp_close_stream_pt next_close_stream ;
15
15
16
16
17
+ ngx_rtmp_play_pt http_flv_live_next_play ;
18
+ ngx_rtmp_close_stream_pt http_flv_live_next_close_stream ;
19
+
20
+
17
21
static ngx_int_t ngx_http_flv_live_init (ngx_conf_t * cf );
18
22
static void * ngx_http_flv_live_create_loc_conf (ngx_conf_t * cf );
19
23
static char * ngx_http_flv_live_merge_loc_conf (ngx_conf_t * cf ,
Original file line number Diff line number Diff line change 21
21
extern ngx_module_t ngx_rtmp_module ;
22
22
23
23
24
- ngx_rtmp_play_pt http_flv_live_next_play ;
25
- ngx_rtmp_close_stream_pt http_flv_live_next_close_stream ;
24
+ extern ngx_rtmp_play_pt http_flv_live_next_play ;
25
+ extern ngx_rtmp_close_stream_pt http_flv_live_next_close_stream ;
26
26
27
27
28
28
#define ngx_rtmp_cycle_get_module_main_conf (cycle , module ) \
You can’t perform that action at this time.
0 commit comments