http://nginx-rtmp.blogspot.com Wiki manual https://github.com/arut/nginx-rtmp-module/wiki/Directives Google group https://groups.google.com/group/nginx-rtmp https://groups.google.com/group/nginx-rtmp-ru(Russian) Donation page (Paypal etc) http://arut.github.com/nginx-rtmp-module/ Features ...
I repeatedly was receiving errors upon starting the Nginx server stating that an invalid port was specified on the on_play and on_publish lines of my config file. I later realized this was because I specified URLs starting with https://. Once I changed these to http:// URLs, Nginx would...
{ rtmp_control all; #configuration of control module of rtmp } } } rtmp_auto_push on; rtmp_auto_push_reconnect 1s; rtmp_socket_dir /tmp; rtmp { out_queue 4096; out_cork 8; max_streams 128; timeout 15s; drop_idle_publisher 15s; log_interval 5s; #interval used by log module to ...
ngx_rtmp_limit_module.c [misc] sync some bugs fix from nginx-rtmp-module pull requests. 7年前 ngx_rtmp_live_module.c [fix] access check must come before gop cache play. 6个月前 ngx_rtmp_live_module.h [dev] recover the gop cache feature. 7年前 ngx_rtmp_log_module.c [...
/etc/nginx/conf.d/default.conf; 代码语言:javascript 代码 server{listen80;listen[::]:80;server_name localhost;#charset koi8-r;#access_log/var/log/nginx/host.access.log main;location/{root/usr/share/nginx/htmlindex indexhtml indexhtm;}#error_page404/404.html;# redirect server error pages ...
https://github.com/arut/nginx-rtmp-module.git 2018-10-18 21:38 −https://github.com/arut/nginx-rtmp-module.git NGINX-based Media Streaming Server nginx-rtmp-module Project blog http://nginx-rtmp.blogspot.com ... papering 0 1346 ...
ApacheSPDY服务器(Linux Mint+Apache2.2搭建SSL/HTTPS/SPDY服务器http://www.linuxidc.com/Linux/2014-03/98122.htm)很不爽,因为Apache只能用2.2版本,SPDY也只支持到3,不支持3.1。所以用Nginx好些。 用以下脚本安装: wget http://nginx.org/download/nginx-1.5.11.tar.gz tar jxvf nginx-1.5.11.tar.gz wge...
安装 Nginx-rtmp 1、下载nginx-rtmp-module: nginx-rtmp-module的官方github地址:https://github.com/arut/nginx-rtmp-module 使用命令: git clone https://github.com/arut/nginx-rtmp-module.git 将nginx-rtmp-module下载到linux中。 2、安装nginx: nginx的官方网站为:http://nginx.org/en/download.html wget...
arut/nginx-rtmp-module arvidn/libtorrent arxivtimes/arxivtimes aryaxt/ios-slide-menu arzzen/git-quick-stats asadoughi/stat-learning asappresearch/sru asaskevich/govalidator aschuch/statefulviewcontroller asciidoctor/asciidoctor asciimoo/drawille asciimoo/searx asciimoo/wuzz asciinema/asciinema-server...
Github: https://github.com/simple-rtmp-server/srs, the GIT usage(CN, EN) git clone https://github.com/simple-rtmp-server/srs.git CSDN: https://code.csdn.net/winlinvip/srs-csdn, the GIT usage(CN, EN) git clone https://code.csdn.net/winlinvip/srs-csdn.git OSChina: http://...