0
点赞
收藏
分享

微信扫一扫

IDEA旗舰版编辑器器快速⼊门(笔记)

八怪不姓丑 2024-11-18 阅读 14

本次window搭建采用软件 nginx及nginx流模块。

Nginx流媒体服务搭建

nginx版本:

   nginx(windows版)nginx 1.7.11.3 Gryphon.zip , 其他版本不一定成功【我用nginx1.25.0没有成功】
   下载路径:http://nginx-win.ecsds.eu/download/ 中   nginx 1.7.11.3 Gryphon.zip
nginx解压时注意,路径中不要包含中文

rtmp插件(windows版)**

	基于nginx开发的rtmp插件,
	国外地址:https://github.com/arut/nginx-rtmp-module
	国内地址:https://gitcode.com/gh_mirrors/ng/nginx-rtmp-module/overview?utm_source=csdn_github_accelerator&isLogin=1
	下载之后解压到nginx目录下。如图:

在这里插入图片描述

配置nginx

修改conf\nginx-win.conf文件,在最后加下如下内容即可,其中9004是推流服务器端口

rtmp 
举报

相关推荐

0 条评论