Add Roadmap
This commit is contained in:
@@ -13,6 +13,9 @@ A lightweight C++ RTMP server library with C-compatible API.
|
|||||||
- Stream statistics (bitrate, frames, uptime)
|
- Stream statistics (bitrate, frames, uptime)
|
||||||
- Connection limits, timeouts, ping/pong
|
- Connection limits, timeouts, ping/pong
|
||||||
|
|
||||||
|
## Roadmap
|
||||||
|
You can View the Roadmap [Here](ROADMAP.md).
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|||||||
24
ROADMAP.md
Normal file
24
ROADMAP.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Roadmap
|
||||||
|
|
||||||
|
## Working
|
||||||
|
- RTMP Handshake
|
||||||
|
- Chunk Processing
|
||||||
|
- AMF0 Serialization
|
||||||
|
- Connect/Publish/Play
|
||||||
|
- Audio Relay
|
||||||
|
- GOP Cache
|
||||||
|
- FLV Recording
|
||||||
|
- Authentication
|
||||||
|
- Ping/Pong
|
||||||
|
- Timeouts/Limits
|
||||||
|
|
||||||
|
## Not Finished
|
||||||
|
- ...
|
||||||
|
|
||||||
|
## Broken
|
||||||
|
- Video Relay
|
||||||
|
|
||||||
|
## Not Implemented
|
||||||
|
- Windows Support
|
||||||
|
- Clustering
|
||||||
|
- Logging Through callbacks
|
||||||
Reference in New Issue
Block a user