Skip to content

Commit e37bd9c

Browse files
committed
[dev] remove proxy and upstream functionalities.
1 parent db996b1 commit e37bd9c

16 files changed

+5
-5372
lines changed

config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ RTMP_CORE_MODULES=" \
2222
ngx_rtmp_limit_module \
2323
ngx_rtmp_hls_module \
2424
ngx_rtmp_dash_module \
25-
ngx_rtmp_proxy_module \
26-
ngx_rtmp_upstream_module \
2725
"
2826

2927

@@ -55,9 +53,6 @@ RTMP_DEPS=" \
5553
$ngx_addon_dir/ngx_rtmp_script.h \
5654
$ngx_addon_dir/hls/ngx_rtmp_mpegts.h \
5755
$ngx_addon_dir/dash/ngx_rtmp_mp4.h \
58-
$ngx_addon_dir/ngx_rtmp_upstream.h \
59-
$ngx_addon_dir/modules/ngx_rtmp_proxy_module.h \
60-
$ngx_addon_dir/ngx_rtmp_upstream_round_robin.h \
6156
"
6257

6358

@@ -94,13 +89,10 @@ RTMP_CORE_SRCS=" \
9489
$ngx_addon_dir/ngx_rtmp_variables.c \
9590
$ngx_addon_dir/ngx_rtmp_script.c \
9691
$ngx_addon_dir/ngx_rtmp_parse.c \
97-
$ngx_addon_dir/ngx_rtmp_upstream.c \
9892
$ngx_addon_dir/hls/ngx_rtmp_hls_module.c \
9993
$ngx_addon_dir/dash/ngx_rtmp_dash_module.c \
10094
$ngx_addon_dir/hls/ngx_rtmp_mpegts.c \
10195
$ngx_addon_dir/dash/ngx_rtmp_mp4.c \
102-
$ngx_addon_dir/modules/ngx_rtmp_proxy_module.c \
103-
$ngx_addon_dir/ngx_rtmp_upstream_round_robin.c \
10496
"
10597

10698

0 commit comments

Comments
 (0)