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.
z_yu
956e38e072
|
2 years ago | |
---|---|---|
bin | 4 years ago | |
lib | 2 years ago | |
public/stylesheets | 4 years ago | |
routes | 4 years ago | |
views | 4 years ago | |
.gitignore | 4 years ago | |
Install.js | 4 years ago | |
README.md | 2 years ago | |
Uninstall.js | 4 years ago | |
app.js | 4 years ago | |
index.html | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
pm2.config.js | 2 years ago |
README.md
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 / ffmpeg,下载后配置好Path (链接自己百度) https://github.com/kyriesent/node-rtsp-stream
- 客户端依赖 jsmpeg https://github.com/phoboslab/jsmpeg
客户端演示,参照项目中的 index.html
pm2 start pm2.config.js