库房摄像头直播后台
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.

24 lines
642 B

4 years ago
4 years ago
2 years ago
  1. # node-rtsp-stream-server
  2. #### 介绍
  3. 使用ffpemg推流的方式在H5中播放视频通道中的画面
  4. #### 软件架构
  5. 软件架构说明
  6. #### 安装教程
  7. 1. git clone https://gitee.com/xskj001/node-rtsp-stream-server.git
  8. 2. npm i
  9. 3. npm run start
  10. #### 使用说明
  11. 1. 服务端依赖 node-rtsp-stream / ffmpeg,下载后配置好Path (链接自己百度)
  12. https://github.com/kyriesent/node-rtsp-stream
  13. 2. 客户端依赖 jsmpeg
  14. https://github.com/phoboslab/jsmpeg
  15. 客户端演示,参照项目中的 index.html
  16. ----------------------------------------------
  17. pm2 start pm2.config.js