From a53037f7969875d176e310047f870eb98c267b47 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Sat, 27 Dec 2025 00:24:46 +0100 Subject: [PATCH] Add Roadmap --- README.md | 3 +++ ROADMAP.md | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index f1fbb5e..87dee60 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..b3f802d --- /dev/null +++ b/ROADMAP.md @@ -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 \ No newline at end of file