https://github.com/monibuca/recordplugin
record plugin for monibuca
https://github.com/monibuca/recordplugin
Last synced: 3 months ago
JSON representation
record plugin for monibuca
- Host: GitHub
- URL: https://github.com/monibuca/recordplugin
- Owner: Monibuca
- Created: 2020-03-04T02:11:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T00:12:17.000Z (almost 2 years ago)
- Last Synced: 2025-11-22T16:03:18.591Z (6 months ago)
- Language: Vue
- Size: 481 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recordplugin
record plugin for monibuca
实现了录制Flv文件的功能,并且支持再次使用录制好的Flv文件作为发布者进行发布。在Monibuca的web界面的控制台中提供了对房间进行录制的操作按钮,以及列出所有已经录制的文件的界面。
## 插件名称
Record
### 配置
配置中的Path 表示要保存的Flv文件的根路径,可以使用相对路径或者绝对路径
```toml
[Record]
Path="resource"
```