一种基于Media Source Extensions(简称MSE)技术实现的html5实时视频直播方案。Node.js调用ffmpeg包装rtsp流,然后通过socket.io转发包装后的流,前端html5获取流数据并通过MSE把流一点一点喂给video标签进行视频播放。能够支持谷歌浏览器、火狐浏览器、Edge浏览器、安卓原生浏览器,不支持IE。高性能,支持同时转发多路视频,占用硬件资源不多。低延时,延时1s。
☆86Apr 29, 2023Updated 3 years ago
Alternatives and similar repositories for ke-rtsp
Users that are interested in ke-rtsp are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Parser that works with ffmpeg to read piped data and fragment mp4 into an initialization segment and media segments. It can also get the …☆76Jul 18, 2023Updated 3 years ago
- HTML5 RTSP paly a HTML5 streaming server☆410Oct 9, 2018Updated 7 years ago
- node.js+ffmpeg+websocket+flv.js+vue.js 网页播放rtsp协议视频