Revise README for binaries and Windows support

Updated README to reflect new example binaries and Windows support status.
This commit is contained in:
Exil Productions
2025-12-30 18:48:06 +01:00
committed by GitHub
parent 2c7df2c5df
commit e71e67ebab

View File

@@ -1,5 +1,4 @@
# rtmp-cpp # 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. A lightweight C++ RTMP server library with C-compatible API.
@@ -23,15 +22,16 @@ You can View the Roadmap [Here](ROADMAP.md).
./build.sh ./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
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 ### Run Example
```bash ```bash
./build/rtmp_example ./build/rtmp_server_cpp
# or ./build/rtmp_server_c
``` ```
Server listens on `rtmp://localhost:1935/live/stream` 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 ## License
MIT MIT