
linux
文章平均质量分 94
浓汤烩意面
这个作者很懒,什么都没留下…
展开
-
使用 nginx 与 nginx-rtmp-module搭建流媒体服务器
如何自己搭建一个流媒体服务器,本次搭建流媒体使用的环境是 centos 7.0+nginx 1、下载nginx-rtmp-module:nginx-rtmp-module的官方github地址:https://github.com/arut/nginx-rtmp-module使用命令:[php] view plain copygit clone https://github.com/arut/ng...原创 2018-06-20 00:15:55 · 723 阅读 · 0 评论 -
Linux Centos 7.0 的 lamp 环境搭建
一、配置防火墙CentOS 7.0默认使用的是firewall作为防火墙。1、关闭firewall:[python] view plain copysystemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、关闭SELINUX[python] view pl...原创 2018-06-20 00:18:44 · 149 阅读 · 0 评论