
https://github.com/ossrs/srs
git clone https://github.com/ossrs/srs
cd srs/trunk
./configure
检测当前环境是否满足
make
./objs/srs -c conf/srs.conf
这里使用ffmpeg进行演示(当然OBS更好)
./objs/srs -c conf/srs.conf

ffmpeg -re -i video.flv -vcodec copy -acodec copy -f flv rtmp://xxx.xxx.xxx.xxx/live/livestream


当我们推流 SRS服务器也可以收到对应flv文件的格式信息
ffplay rtmp://xxx.xxx.xxx.xxx/live/livestream


