码迷,mamicode.com
首页 > 其他好文 > 详细

SRS服务器搭建,ffmpeg 本地推流

时间:2017-10-14 16:58:38      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:class   服务器   ssrs   install   pytho   git clone   rtmp   log   参考   

参考:

    https://github.com/ossrs/srs/wiki/v2_CN_SampleFFMPEG
git clone https://github.com/ossrs/srs
cd srs/trunk
./configure
make
make install

./objs/srs -c conf/ffmpeg.conf
其中: ./configure --with-ffmpeg && make 
如果编译失败就去掉--with-ffmpeg,自己安装ffmpeg
本地推流: ffmpeg -re -i /root/Videos/aaa.mp4 -c copy -f flv rtmp://192.168.2.125:1935/live/aaa

 

SRS服务器搭建,ffmpeg 本地推流

标签:class   服务器   ssrs   install   pytho   git clone   rtmp   log   参考   

原文地址:http://www.cnblogs.com/lanqie/p/7667450.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!