https://github.com/monibuca/rtmpplugin
the rtmp protocol plugin for monibuca
https://github.com/monibuca/rtmpplugin
rtmp
Last synced: about 1 year ago
JSON representation
the rtmp protocol plugin for monibuca
- Host: GitHub
- URL: https://github.com/monibuca/rtmpplugin
- Owner: Monibuca
- License: mit
- Created: 2020-02-29T02:43:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T07:23:52.000Z (about 6 years ago)
- Last Synced: 2025-04-05T17:51:10.166Z (about 1 year ago)
- Topics: rtmp
- Language: Go
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtmpplugin
the rtmp protocol plugin for monibuca
实现了RTMP Server的基本功能,即接收来自OBS、ffmpeg等推流器的rtmp协议推流。
实现了RTMP协议的播放,可供rtmp协议播放器拉流播放。
## 插件名称
RTMP
## 配置
```toml
[RTMP]
FirstScreen = false
ListenAddr = ":1935"
```
- FirstScreen 代表是否打开首屏秒开
- ListenAddr 代表监听的端口号