库房摄像头直播后台
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.
 
 
 
 
许杰 8651393f80 add README.md. 4 years ago
bin first commit 4 years ago
lib first commit 4 years ago
public/stylesheets first commit 4 years ago
routes first commit 4 years ago
views first commit 4 years ago
.gitignore first commit 4 years ago
Install.js first commit 4 years ago
README.md add README.md. 4 years ago
Uninstall.js first commit 4 years ago
app.js first commit 4 years ago
index.html first commit 4 years ago
package-lock.json first commit 4 years ago
package.json first commit 4 years ago

README.md

node-rtsp-stream-server

介绍

使用ffpemg推流的方式在H5中播放视频通道中的画面

软件架构

软件架构说明

安装教程

  1. git clone https://gitee.com/xskj001/node-rtsp-stream-server.git
  2. npm i
  3. npm run start

使用说明

  1. 服务端依赖 node-rtsp-stream https://github.com/kyriesent/node-rtsp-stream
  2. 客户端依赖 jsmpeg https://github.com/phoboslab/jsmpeg

客户端演示,参照项目中的 index.html