https://github.com/iamazy/rtsp-proxy
simple rtsp proxy server
https://github.com/iamazy/rtsp-proxy
flow-control netty proxy rtsp
Last synced: 9 months ago
JSON representation
simple rtsp proxy server
- Host: GitHub
- URL: https://github.com/iamazy/rtsp-proxy
- Owner: iamazy
- Created: 2019-12-10T01:41:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:29:56.000Z (over 2 years ago)
- Last Synced: 2025-03-26T00:51:13.446Z (10 months ago)
- Topics: flow-control, netty, proxy, rtsp
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 简易rtsp代理
### 请求方式
>[POST] http://localhost:8686/stream/proxy
```json
{
"url":"rtsp://x.x.x.x:554/xxx",
"username":"admin",
"password":"12345"
}
```
>返回值
```json
{
"streamId": "5deef6126423ad3cc8ce112e",
"url": "rtsp://localhost:53882/5deef6126423ad3cc8ce112e",
}
```