叙言
应用SRS的边沿模式搭建服务器.体系是Centos7.
步骤
[root@localhost cuiyaonan]# yum install -y git #为体系添加git
[root@localhost cuiyaonan]# git clone https://git.oschina.net/winlinvip/srs.oschina.git #下载srs
[root@localhost cuiyaonan]# cd srs.oschina/
[root@localhost srs.oschina]# git pull
[root@localhost srs.oschina]# git branch -a
[root@localhost srs.oschina]# git checkout 2.0release
[root@localhost srs.oschina]# cd trunk/
[root@localhost srs.oschina]# ./configure
[root@localhost srs.oschina]# ./make
[root@loc