https://github.com/cub3d/rust-rtmfp
A rust implementation of RFC7016: Adobe's Secure Real-Time Media Flow Protocol, RTMFP
https://github.com/cub3d/rust-rtmfp
Last synced: about 1 month ago
JSON representation
A rust implementation of RFC7016: Adobe's Secure Real-Time Media Flow Protocol, RTMFP
- Host: GitHub
- URL: https://github.com/cub3d/rust-rtmfp
- Owner: CUB3D
- License: mit
- Created: 2020-08-30T13:23:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-20T15:52:14.000Z (3 months ago)
- Last Synced: 2026-04-20T17:41:42.411Z (3 months ago)
- Language: Rust
- Size: 202 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A rust implementation of [RFC7016](https://tools.ietf.org/html/rfc7016)
### Testing
Run a RTMFP server
```shell
docker run -it --rm -p 80:80 -p 1935:1935 -p 554:554 -p 1935:1935/udp monaserver/monaserver
```