# monibuca
**Repository Path**: xiahuibin/monibuca
## Basic Information
- **Project Name**: monibuca
- **Description**: 🧩 Monibuca is a Modularized, Extensible framework for building Streaming Server
- **Primary Language**: Go
- **License**: AGPL-3.0
- **Default Branch**: v5
- **Homepage**: https://monibuca.com
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 29
- **Created**: 2025-05-21
- **Last Updated**: 2025-05-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Monibuca v5
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![AGPL License][license-shield]][license-url]
[](https://pkg.go.dev/m7s.live/v5)
(返回顶部)
## 快速开始 ### 环境要求 - Go 1.23 或更高版本 - 了解基本的流媒体协议 ### 运行默认配置 ```bash cd example/default go run -tags sqlite main.go ``` ### UI 界面 将 admin.zip (不要解压)放在和配置文件相同目录下。 然后访问 http://localhost:8080 即可。(返回顶部)
## 使用示例 更多示例请查看 [example](./example/READEME_CN.md) 文档。(返回顶部)
## 构建选项 可以使用以下构建标签来自定义构建: | 构建标签 | 描述 | |----------|------| | disable_rm | 禁用内存池 | | sqlite | 启用 SQLite 存储 | | sqliteCGO | 启用 SQLite CGO 版本 | | mysql | 启用 MySQL 存储 | | postgres | 启用 PostgreSQL 存储 | | duckdb | 启用 DuckDB 存储 | | taskpanic | 抛出 panic(用于测试) | | fasthttp | 使用 fasthttp 服务器代替标准库 |(返回顶部)
## 监控系统 Monibuca 内置支持 Prometheus 监控。在 Prometheus 配置中添加: ```yaml scrape_configs: - job_name: "monibuca" metrics_path: "/api/metrics" static_configs: - targets: ["localhost:8080"] ```(返回顶部)
## 插件开发 Monibuca 支持通过插件扩展功能。查看[插件开发指南](./plugin/README_CN.md)了解详情。(返回顶部)
## 架构文档 详细的架构设计文档请查看 [架构文档](./doc_CN/arch/index.md)。(返回顶部)
## 第三方插件 - - https://github.com/cuteLittleDevil/m7s-jt1078 ## 贡献指南 我们非常欢迎社区贡献,您的参与将使开源社区变得更加精彩! 1. Fork 本项目 2. 创建您的特性分支 (`git checkout -b feature/AmazingFeature`) 3. 提交您的修改 (`git commit -m '添加一些特性'`) 4. 推送到分支 (`git push origin feature/AmazingFeature`) 5. 发起 Pull Request(返回顶部)
## 许可证 本项目采用 AGPL 许可证,详见 [LICENSE](./LICENSE) 文件。(返回顶部)
## 联系方式 - 微信公众号:不卡科技 - QQ群:751639168 - QQ频道:p0qq0crz08(返回顶部)
[contributors-shield]: https://img.shields.io/github/contributors/langhuihui/monibuca.svg?style=for-the-badge [contributors-url]: https://github.com/langhuihui/monibuca/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/langhuihui/monibuca.svg?style=for-the-badge [forks-url]: https://github.com/langhuihui/monibuca/network/members [stars-shield]: https://img.shields.io/github/stars/langhuihui/monibuca.svg?style=for-the-badge [stars-url]: https://github.com/langhuihui/monibuca/stargazers [issues-shield]: https://img.shields.io/github/issues/langhuihui/monibuca.svg?style=for-the-badge [issues-url]: https://github.com/langhuihui/monibuca/issues [license-shield]: https://img.shields.io/github/license/langhuihui/monibuca.svg?style=for-the-badge [license-url]: https://github.com/langhuihui/monibuca/blob/v5/LICENSE