Add Roadmap

This commit is contained in:
Exil Productions
2025-12-27 00:24:46 +01:00
parent 9f603f7869
commit a53037f796
2 changed files with 27 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ A lightweight C++ RTMP server library with C-compatible API.
- Stream statistics (bitrate, frames, uptime)
- Connection limits, timeouts, ping/pong
## Roadmap
You can View the Roadmap [Here](ROADMAP.md).
## Quick Start
### Build

24
ROADMAP.md Normal file
View 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