Overview
- Full name
docker.io/langhuihui/monibuca- Registry
- docker.io
- Namespace
- langhuihui
- Repository
- monibuca
- Cached tags
- 31
- Last synced
- 07/06/2026, 07:34 AM
Introduction
Monibuca 开源流媒体服务器镜像,支持 RTMP/WebRTC/HLS 多协议推拉流,适合监控、直播与内网低延迟分发。
Details
langhuihui/monibuca 运行 Go 实现的 Monibuca 引擎,提供 HTTP API 与多协议 ingest/egress。定位为流媒体 HTTP/API 服务,需 UDP/TCP 端口放通与配置文件 volume;K8s Deployment + hostNetwork 或 NodePort 暴露 RTMP。
快速启动
docker run -d --name monibuca \
-p 8080:8080 -p 1935:1935 \
docker.io/langhuihui/monibuca:latest
推荐实践
docker run -d --name monibuca \
--restart unless-stopped \
-p 8080:8080 -p 1935:1935 \
-v /opt/monibuca/config.yaml:/config.yaml \
docker.io/langhuihui/monibuca:v4.0.0
核心参数说明
-p 8080:8080— HTTP API 与 HLS-p 1935:1935— RTMP 推流端口-v .../config.yaml:...— 流引擎配置- 固定 tag — Monibuca 大版本 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: monibuca
spec:
replicas: 2
selector:
matchLabels:
app: monibuca
template:
metadata:
labels:
app: monibuca
spec:
containers:
- name: monibuca
image: docker.io/langhuihui/monibuca:v4.0.0
ports:
- containerPort: 8080
- containerPort: 1935
volumeMounts:
- name: config
mountPath: /config.yaml
subPath: config.yaml
volumes:
- name: config
configMap:
name: monibuca-config
---
apiVersion: v1
kind: Service
metadata:
name: monibuca
spec:
selector:
app: monibuca
ports:
- name: http
port: 8080
- name: rtmp
port: 1935
RTMP 可用 NodePort;ConfigMap 热更新需 reload。
Latest tags (20)
View all 31 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/langhuihui/monibuca :v6 | linux/amd64linux/arm64 | 2026/05/20 18:18 | 144.6 MB | sha256:231c35a30862… | |||
docker.io/langhuihui/monibuca :5.1.6 | linux/amd64linux/arm64 | 2025/12/30 12:19 | 313.6 MB | sha256:bd1bb08ef91f… | |||
docker.io/langhuihui/monibuca :v5 | linux/amd64linux/arm64 | 2025/12/30 12:19 | 313.6 MB | sha256:bd1bb08ef91f… | |||
docker.io/langhuihui/monibuca :5.1.5 | linux/amd64linux/arm64 | 2025/12/09 10:49 | 311.3 MB | sha256:c86509ba9f9e… | |||
docker.io/langhuihui/monibuca :5.1.4 | linux/amd64linux/arm64 | 2025/11/19 09:44 | 309.8 MB | sha256:cde044f9932a… | |||
docker.io/langhuihui/monibuca :5.1.3 | linux/amd64linux/arm64 | 2025/11/05 09:01 | 310.4 MB | sha256:a6d58f474486… | |||
docker.io/langhuihui/monibuca :5.1.2 | linux/amd64linux/arm64 | 2025/10/20 18:36 | 0.0 MB | sha256:6f65255acb6e… | |||
docker.io/langhuihui/monibuca :5.1.1 | linux/amd64linux/arm64 | 2025/09/26 14:12 | 306.1 MB | sha256:9f031d7a4f30… | |||
docker.io/langhuihui/monibuca :5.1.0 | linux/amd64linux/arm64 | 2025/09/17 09:33 | 305.8 MB | sha256:758a5e538281… | |||
docker.io/langhuihui/monibuca :5.0.5 | linux/amd64linux/arm64 | 2025/09/01 18:36 | 297.4 MB | sha256:c7ac5a913cdf… | |||
docker.io/langhuihui/monibuca :5.0.4 | linux/amd64linux/arm64 | 2025/08/15 15:37 | 292.2 MB | sha256:3aefb375388e… | |||
docker.io/langhuihui/monibuca :5.0.3 | linux/amd64linux/arm64 | 2025/07/01 08:53 | 292.0 MB | sha256:a099d74f947d… | |||
docker.io/langhuihui/monibuca :4.7.7 | linux/amd64 | 2024/12/13 17:26 | 21.3 MB | sha256:9b513a4f74ed… | |||
docker.io/langhuihui/monibuca :latest | linux/amd64 | 2024/12/13 17:26 | 21.3 MB | sha256:9b513a4f74ed… | |||
docker.io/langhuihui/monibuca :4.7.6 | linux/amd64 | 2024/07/09 20:16 | 19.1 MB | sha256:d910d4d3932a… | |||
docker.io/langhuihui/monibuca :4.7.5 | linux/amd64 | 2024/02/21 11:11 | 19.2 MB | sha256:445069037aaa… | |||
docker.io/langhuihui/monibuca :4.7.5-beta01241510 | linux/amd64 | 2024/01/24 15:14 | 19.2 MB | sha256:4fbcf64399c2… | |||
docker.io/langhuihui/monibuca :4.7.4 | linux/amd64 | 2024/01/03 10:01 | 25.1 MB | sha256:deecfbe9e068… | |||
docker.io/langhuihui/monibuca :4.7.2 | linux/amd64 | 2024/01/03 09:51 | 25.1 MB | sha256:d6a61d7f42a1… | |||
docker.io/langhuihui/monibuca :4.7.1 | linux/amd64 | 2023/11/03 10:10 | 25.1 MB | sha256:d6a61d7f42a1… |