You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
512 B
512 B
node-rtsp-stream-server
介绍
使用ffpemg推流的方式在H5中播放视频通道中的画面
软件架构
软件架构说明
安装教程
- git clone https://gitee.com/xskj001/node-rtsp-stream-server.git
- npm i
- npm run start
使用说明
- 服务端依赖 node-rtsp-stream https://github.com/kyriesent/node-rtsp-stream
- 客户端依赖 jsmpeg https://github.com/phoboslab/jsmpeg
客户端演示,参照项目中的 index.html