美文网首页
开源流媒体服务器

开源流媒体服务器

作者: 华木公子 | 来源:发表于2021-08-12 13:09 被阅读0次

使用EasyDarwin流媒体服务器。

下载release版本
https://github.com/EasyDarwin/EasyDarwin/releases
国内同步:
https://gitee.com/DLGCY_GB28181/EasyDarwin/releases/v8.1.0

安装过程:
https://blog.csdn.net/qq_37655695/article/details/91489452

通过ffmpeg发送流,通过VLC或者ffmpeg播放流:
查看界面

打开浏览器输入 http://localhost:10008, 进入控制页面,默认用户名密码是admin/admin

测试推流

ffmpeg -re -i C:\Users\Administrator\Videos\test.mkv -rtsp_transport tcp -vcodec h264 -f rtsp rtsp://localhost/test

ffmpeg -re -i C:\Users\Administrator\Videos\test.mkv -rtsp_transport udp -vcodec h264 -f rtsp rtsp://localhost/test

测试播放

ffplay -rtsp_transport tcp rtsp://localhost/test

ffplay rtsp://localhost/test

相关文章

网友评论

      本文标题:开源流媒体服务器

      本文链接:https://www.haomeiwen.com/subject/billbltx.html