开源流媒体服务器

使用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

你可能感兴趣的:(开源流媒体服务器)