# bg-onvif-server **Repository Path**: arrowFish/bg-onvif-server ## Basic Information - **Project Name**: bg-onvif-server - **Description**: onvif 服务端 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-13 - **Last Updated**: 2026-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bg-onvif-server 基于 Go 的 ONVIF 统一能力服务端(Discovery / Registry / Capability Router / Media / Control / Location / Audio)。 ## 快速启动 ```bash make test make run ``` ## 核心接口 - `POST /onvif/discovery/scan` - `GET /onvif/devices` - `PATCH /onvif/devices/{deviceId}` - `POST /onvif/stream/live` - `PATCH /onvif/stream/video-config` - `POST /onvif/stream/multicast` - `POST /onvif/playback/search` - `POST /onvif/playback/start` - `POST /onvif/playback/recording-control` - `POST /onvif/control/ptz` - `POST /onvif/control/talk` - `GET /onvif/control/talk/listen` - `POST /onvif/control/snapshot` - `POST /onvif/audio/duplex` - `POST /onvif/location/report` - `GET /onvif/location/latest` ## 配置 见 `configs/config.example.yaml`。