-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
v2_CN_SampleARM
SRS可以在SRS上作为服务器运行,播放器可以从arm设备上取流播放;arm也可以作为客户端推流到外部srs服务器,使用srs-librtmp库。
编译和搭建ARM环境,详细信息可以参考:SrsLinuxArm,本文举例说明部署的实例步骤。
假设编译为Ubuntu12的IP是:192.168.1.170
假设ARM虚拟设备:1935映射到Ubuntu12的19350端口,22映射到2200端口。即访问Ubuntu的19350就是访问ARM虚拟机的1935(流媒体);访问Ubuntu的2200就是访问ARM虚拟机的22(SSH登录)。
详细信息可以参考:SrsLinuxArm
注意:在高版本的ARM上运行需要对ST打补丁(ST#1),具体用法参考SrsLinuxArm
第一步,获取SRS。详细参考GIT获取代码
git clone https://github.com/ossrs/srs
cd srs/trunk
或者使用git更新已有代码:
git pull
第二步,编译SRS。详细参考:SrsLinuxArm
./configure --arm && make
备注:如果直接在ARM上编译,比如在RaspberryPi上编译,用
./configure --pi
就可以,其他的编译请参考SrsLinuxArm。
第三步,将SRS发送到ARM虚拟机。详细参考:SrsLinuxArm
# 密码为:root
scp -P 2200 objs/srs root@localhost:~
scp -P 2200 conf/rtmp.conf root@localhost:~
登录到Ubuntu的2200端口,就是登录到了ARM虚拟设备。
第四步,启动SRS。详细参考:SrsLinuxArm
./objs/srs -c conf/rtmp.conf
第五步,启动推流编码器。详细参考:SrsLinuxArm
使用FFMPEG命令推流:
for((;;)); do \
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv \
-vcodec copy -acodec copy \
-f flv -y rtmp://192.168.1.170:19350/live/livestream; \
sleep 1; \
done
或使用FMLE推流:
FMS URL: rtmp://192.168.1.170:19350/live
Stream: livestream
在用户的Windows机器上观看流。
第六步,观看RTMP流。
RTMP流地址为:rtmp://192.168.1.170:19350/live/livestream
可以使用VLC观看。
或者使用在线SRS播放器播放:srs-player
备注:请将所有实例的IP地址192.168.1.170都换成部署的服务器IP地址。
Winlin 2014.3
Welcome to SRS wiki!
Please select your language:
Please select your language:
Please select your language:
Please select your language:
Please select your language: