An open API service indexing awesome lists of open source software.

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

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
```