打赏

24-live555模拟RTSP流

live555环境搭建

(1.)二进制文件下载

http://www.live555.com/mediaServer/

(2.)源码下载安装

https://github.com/rgaufman/live555

# 编译
./genMakefiles linux-64bit
make -j4

(3.)运行

./live555MediaServer

(4.)运行目录下放置mkv、ts\h264等文件
(5.)vlc播放rtsp流

rtsp://ip:8554/xx.mkv

(6.)mp4转mkv

ffmpeg -i input.mp4 -c copy output.mkv

参考链接

https://hanpfei.github.io/2017/08/28/live555_src_analysis_introduction/
https://blog.csdn.net/weixin_44459972/article/details/135629568

posted @ 2024-11-20 21:30  苍山落暮  阅读(0)  评论(0编辑  收藏  举报