阅读官方编译windows版本的方法 http://nginx.org/en/docs/howto_build_on_win32.html 我的环境 Windows 7 Ultimate 64,Visual Studio 2013 nginx_rtmp_modue 在nginx 1.7是无法编译(linux就不行),所以获取1.6的版本进行编译: hg clone http://hg.nginx.org/nginx nginx-1.6 -u release-1.6.1 (必须在...
tar xzvf nginx_mod_h264_streaming-2.2.7 tar xzvf nginx-rtmp-module-master 即可编译的时候指定路径 --with-http_flv_module \ --with-http_mp4_module \ --add-module=/usr/local/src/nginx_mod_h264_streaming-2.2.7 \ --add-module=/usr/local/src/nginx-rtmp-module-master make 会出错 vi ngi...
This is WIP (Work In Progress) of install and use of nginx as WEB/RTMP server on RK3288 Device used: UGOOS UT3 TODO: AutoMount the SD Card and/or ROCKCHIP to make storage access and accept changes due compilation paths! At the moment is used the provided stock space. Will be upgraded...
3、配置nginx-1.7.11.3-Gryphon文件下 conf\nginx-win-rtmp.conf 内容如下:#user nobody;# ...
--add-module=/usr/local/src/nginx_mod_h264_streaming-2.2.7 \ --add-module=/usr/local/src/nginx-rtmp-module-master 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. ...
nginx_rtmp_modue 在nginx 1.7是无法编译(linux就不行),所以获取1.6的版本进行编译: hg clone http://hg.nginx.org/nginx nginx-1.6 -u release-1.6.1 (必须在命令行下运行) 其他几个下载资源 pre http://ncu.dl.sourceforge.net/project/pcre/pcre/8.35/pcre-8.35.zip ...
--add-module=/usr/local/src/nginx-rtmp-module-master make 会出错 vi nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c :set nu 158行 if (r->zero_in_uri) { return NGX_DECLINED; } 注释掉 /*if (r->zero_in_uri) ...