# Rtsp-Server
**Repository Path**: teocci/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**: 1
- **Forks**: 1
- **Created**: 2021-03-16
- **Last Updated**: 2021-10-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Rtsp-Server
❗ 你不需要手动下载配置 ~~ffmpeg.exe~~
## Server 端
基于 nodejs,express+express-ws+@ffmpeg-installer/ffmpeg+child_process
## Vue 端
在 public/index.html 页中引入
```javascript
```
VideoPlayer.vue 组件
```html
```