Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamazy/rtsp-proxy
simple rtsp proxy server
https://github.com/iamazy/rtsp-proxy
flow-control netty proxy rtsp
Last synced: 5 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T23:56:39.000Z (over 3 years ago)
- Last Synced: 2023-03-03T13:27:17.399Z (over 1 year ago)
- Topics: flow-control, netty, proxy, rtsp
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
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",
}
```