# --add-module=PATH enable external module (启用外部模块) sudo ./configure --prefix=/usr/local/nginx --with-debug --with-pcre=../pcre-8.40 --with-zlib=../zlib-1.2.11 --with-openssl=../openssl-1.0.2k --add-module=../nginx-rtmp-module sudo make sudo make install cd .. cd nginx...
启动nginx,打开“http://localhost/stat”可查看状态。 4,下载安装OBS open broadcast software,版本为21.0.1 下载https://obsproject.com/download 安装好后开始配置,在“来源”页签界面点+按钮,选“媒体源”,勾选本地文件,循环等,然后选一个视频文件,确定。 点文件菜单-设置,点“流”树形菜单,在URL中填rtmp...
4、验证ffmpeg的配置,调用命令行(windows+R输入cmd)输入“ffmpeg –version”,如果出现如下说明配置成功 四、nginx配置 1、下载nginxhttp://nginx-win.ecsds.eu/download/nginx 1.7.11.3 Gryphon.zip,下载完成后解压到需要盘符, 将解压后的目录 命名为nginx-1.7.11.3-Gryphon 2、下载nginx-rtmp-module插件https://...
1. 下载nginx-rtmp-module 进入下载地址:https://github.com/arut/nginx-rtmp-module,并下载压缩包,如下图所示: 1、下载完成后,在windows系统下解压,然后将解压后的文件夹上传到linux系统下,我把它放在/root/soft-install/nginx,如下图: 2. 安装nginx 1、下载地址:http://nginx.org/en/download.html,选择需...
Windows下编译nginx-rtmp-module http://nginx.org/en/docs/howto_build_on_win32.html 官网上的操作说明。 官网的方法Nginx编译方法,思路是一致的,只是有几个细节地方需要调整。 需要注意以下问题: Win10 操作系统下,貌似在编译OpenSSL的时候有问题。
http://nginx-win.ecsds.eu/download/nginx 1.7.11.3 Gryphon.zip nginx-rtmp-module:nginx的rtmp模块。下载地址:https://github.com/arut/nginx-rtmp-module ffmpeg:ffmpeg-4.2.1。此处使用ffmpeg-4.2.1-win64-static。ffmpeg官网: http://ffmpeg.org/ ...
下载链接: http://nginx-win./download/nginx 1.7.11.3 Gryphon.zip 下载完成后解压; 将解压后的目录名: nginx 1.7.11.3 Gryphon 改成: nginx-1.7.11.3-Gryphon 2. 下载服务器状态检查程序 stat.xsl https://github.com/arut/nginx-rtmp-module/
}location/stat.xsl{root html/nginx-http-flv-module/;}location/control{rtmp_control all;}location/rtmp-publisher{root html/nginx-http-flv-module/test;}server_name localhost;#charset koi8-r;#access_log logs/host.access.log main;location/{root html/nginx-http-flv-module/test/www;index index....
官方nginx 1.7.11.3 Gryphon下载地址:http://nginx-win.ecsds.eu/download 官方nginx-rtmp-module下载地址:https://github.com/arut/nginx-rtmp-module 官方vlc media player下载地址:https://www.videolan.org/vlc 二、搭建环境 1.ffmpeg安装 选择Windows的版本,跳转到GitHub下载地址:https://github.com/BtbN/FFm...
流媒体服务器的主要功能是以流式协议(RTP/RTSP、MMS、RTMP等)将视频文件传输到客户端,供用户在线观看;也可从视频采集、压缩软件接收实时视频流,再以流式协议直播给客户端。 nginx服务器是开源的高性能的http服务器,反向代理服务器,在国内许多公司应用比较多。