trunk/3rdparty/srs-docs/doc/install.md
You can directly use the release binaries, or build SRS step by step. See: Github: release or Mirror of China: release
Sometimes the stream play failed, but without any error message, or server cann't connect to. Please check the iptables and selinux.
Turn off <code>iptables</code>:
# disable the firewall
sudo /etc/init.d/iptables stop
sudo /sbin/chkconfig iptables off
Disable the <code>selinux</code>, to run getenforce to ensure the result is Disabled:
sudo vi /etc/sysconfig/selinuxSELINUX=disabledsudo init 6It's very easy to build SRS:
./configure && make
Also easy to start SRS:
./objs/srs -c conf/srs.conf
Publish RTMP, please read: Usage: RTMP
For service management, please read Service
Run SRS in docker, please read srs-docker
It's also ok to directly build on ARM server.
For ARM/MIPS or crossbuild, please read here
Winlin 2014.11