You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im try to install nginxw with rtmp
with using this command
wget http://nginx.org/download/nginx-1.19.2.tar.gz
git clone https://github.com/arut/nginx-rtmp-module
tar zxpvf nginx-1.19.2.tar.gz
cd nginx-1.19.2.tar.gz
cd nginx-1.19.2
./configure --add-module=/root/nginx-rtmp-module/ --with-http_ssl_module --with-http_auth_request_module --with-http_secure_link_module --with-http_stub_status_module --with-http_realip_module --with-http_flv_module --with-http_sub_module --prefix=/usr/local/nginx/
make
then i get this error
/root/nginx-rtmp-module//ngx_rtmp_eval.c: In function ‘ngx_rtmp_eval’:
/root/nginx-rtmp-module//ngx_rtmp_eval.c:160:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
160 | switch (c) {
| ^~~~~~
/root/nginx-rtmp-module//ngx_rtmp_eval.c:170:13: note: here
170 | case ESCAPE:
| ^~~~
cc1: all warnings being treated as errors
make[1]: *** [objs/Makefile:1403: objs/addon/nginx-rtmp-module/ngx_rtmp_eval.o] Error 1
make[1]: Leaving directory '/root/nginx-1.19.2'
make: *** [Makefile:8: build] Error 2
how to solve this error im use 20.04.1 LTS (GNU/Linux 5.4.0-45-generic x86_64)
Thank you
The text was updated successfully, but these errors were encountered:
Hello All
im try to install nginxw with rtmp
with using this command
wget http://nginx.org/download/nginx-1.19.2.tar.gz
git clone https://github.com/arut/nginx-rtmp-module
tar zxpvf nginx-1.19.2.tar.gz
cd nginx-1.19.2.tar.gz
cd nginx-1.19.2
./configure --add-module=/root/nginx-rtmp-module/ --with-http_ssl_module --with-http_auth_request_module --with-http_secure_link_module --with-http_stub_status_module --with-http_realip_module --with-http_flv_module --with-http_sub_module --prefix=/usr/local/nginx/
make
then i get this error
/root/nginx-rtmp-module//ngx_rtmp_eval.c: In function ‘ngx_rtmp_eval’:
/root/nginx-rtmp-module//ngx_rtmp_eval.c:160:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
160 | switch (c) {
| ^~~~~~
/root/nginx-rtmp-module//ngx_rtmp_eval.c:170:13: note: here
170 | case ESCAPE:
| ^~~~
cc1: all warnings being treated as errors
make[1]: *** [objs/Makefile:1403: objs/addon/nginx-rtmp-module/ngx_rtmp_eval.o] Error 1
make[1]: Leaving directory '/root/nginx-1.19.2'
make: *** [Makefile:8: build] Error 2
how to solve this error im use 20.04.1 LTS (GNU/Linux 5.4.0-45-generic x86_64)
Thank you
The text was updated successfully, but these errors were encountered: