# Rtsp-Server
**Repository Path**: shi-mingmin/Rtsp-Server
## Basic Information
- **Project Name**: Rtsp-Server
- **Description**: RTSP转流服务。接收RTSP地址,通过ffmpeg转成mpeg1video,以express-ws(websocket)发送给客户端
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 1
- **Created**: 2021-01-12
- **Last Updated**: 2024-04-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: express-ws, ffmpeg, RTSP, Nodejs
## README
# Rtsp-Server
❗ 你不需要手动下载配置 ~~ffmpeg.exe~~
## Server 端
基于 nodejs,express+express-ws+@ffmpeg-installer/ffmpeg+child_process
## Vue 端
在 public/index.html 页中引入
```javascript
```
VideoPlayer.vue 组件
```html
```