天天看點

視訊直播伺服器SRS的搭建

1.擷取源碼

git clone https://github.com/ossrs/srs.git
           

2.關閉防火牆

sudo /etc/init.d/iptables stop
sudo /sbin/chkconfig iptables off
           

3.解壓并且編譯安裝

tar -zxvf xxx.tar.gz
cd xxx
./configure && make
           

4.啟動srs服務

./objs/srs -c conf/srs.conf
           

源站RTMP流位址為:

rtmp://192.168.1.170:19350/live/livestream

,可以使用 VLC 觀看,或者使用線上 SRS 播放器播放: srs-player-19350

邊緣RTMP流位址為:

rtmp://192.168.1.170/live/livestream

,可以使用 VLC 觀看,或者使用線上 SRS 播放器播放: srs-player-19350

繼續閱讀