diff --git a/README.md b/README.md index 8901bf4..0cd791b 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,12 @@ the rtmp protocol plugin for monibuca RTMP ## 配置 -目前仅有的配置是监听的端口号 ```toml -[Plugins.RTMP] +[RTMP] +FirstScreen = false ListenAddr = ":1935" -``` \ No newline at end of file +``` + +- FirstScreen 代表是否打开首屏秒开 +- ListenAddr 代表监听的端口号 \ No newline at end of file