From e71e67ebaba757a20766c402a4db4446d11d64f8 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Tue, 30 Dec 2025 18:48:06 +0100 Subject: [PATCH] Revise README for binaries and Windows support Updated README to reflect new example binaries and Windows support status. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 87dee60..3ad713b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # rtmp-cpp -[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/user/rtmp-cpp) A lightweight C++ RTMP server library with C-compatible API. @@ -23,15 +22,16 @@ You can View the Roadmap [Here](ROADMAP.md). ./build.sh ``` -This builds `librtmp.so` and example binary `rtmp_example`. +This builds `librtmp.so` and example binaries `rtmp_server_cpp` and `rtmp_server_c`. ## Windows Support -Windows Support has been added in the branch [windows-support](https://github.com/ExilProductions/rtmp-cpp/tree/windows-support) +Windows Support hasn't been added yet, it will be implemented once the Linx Port is fully Working. ### Run Example ```bash -./build/rtmp_example +./build/rtmp_server_cpp +# or ./build/rtmp_server_c ``` Server listens on `rtmp://localhost:1935/live/stream` @@ -46,4 +46,4 @@ ffmpeg -re -i input.mp4 -c copy -f flv rtmp://127.0.0.1/live/stream ``` ## License -MIT \ No newline at end of file +MIT