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;
1414static ngx_rtmp_close_stream_pt next_close_stream ;
1515
1616
17+ ngx_rtmp_play_pt http_flv_live_next_play ;
18+ ngx_rtmp_close_stream_pt http_flv_live_next_close_stream ;
19+
20+
1721static ngx_int_t ngx_http_flv_live_init (ngx_conf_t * cf );
1822static void * ngx_http_flv_live_create_loc_conf (ngx_conf_t * cf );
1923static char * ngx_http_flv_live_merge_loc_conf (ngx_conf_t * cf ,
Original file line number Diff line number Diff line change 2121extern ngx_module_t ngx_rtmp_module ;
2222
2323
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 ;
2626
2727
2828#define ngx_rtmp_cycle_get_module_main_conf (cycle , module ) \
You can’t perform that action at this time.
0 commit comments