Skip to content
mickey_zzc edited this page Jun 2, 2026 · 1 revision

MiBee NVR

GitHub Release CI License: MIT

A lightweight, easy-to-use Network Video Recorder designed for simplicity. Single binary, zero config hassle — just run and go.

Built for Raspberry Pi and low-power devices. Supports mainstream protocols: RTSP (H.264/H.265/MJPEG), HTTP JPEG, HLS, ONVIF, WebRTC (WHEP), HTTP-FLV, RTMP, and SRT.

Quick Start

# Download the latest binary
wget https://github.com/Mi-Bee-Studio/MiBeeNvr/releases/latest/download/mibee-nvr-amd64
chmod +x mibee-nvr-amd64

# Initialize and run
./mibee-nvr-amd64 init --password yourpassword
./mibee-nvr-amd64 -config mibee-nvr.yaml

Open http://localhost:9090 to access the Web UI.

Documentation

Setup & Basics

English 中文
Getting Started 快速入门
Configuration 配置参考
Deployment 部署指南

Camera & Streaming

English 中文
Camera Guide 摄像头指南
ONVIF Guide ONVIF 指南
Transcoding 转码指南
MediaMTX Guide MediaMTX 指南

Integrations

English 中文
FTP Integration FTP 集成
MQTT Integration MQTT 集成
WebDAV Integration WebDAV 集成
Xiaomi Setup 小米摄像头

Advanced

English 中文
Docker Hardware Transcoding Docker 硬件转码
API Reference API 参考
Troubleshooting 故障排除

Clone this wiki locally