From df484cc904763769c619e781de44c59fba73d997 Mon Sep 17 00:00:00 2001 From: Alex X Date: Sun, 14 Dec 2025 21:45:44 +0300 Subject: [PATCH] Add eseecloud source to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index efcbc735..270e2af0 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Available source types: - [homekit](#source-homekit) - streaming from HomeKit Camera - [bubble](#source-bubble) - streaming from ESeeCloud/dvr163 NVR - [dvrip](#source-dvrip) - streaming from DVR-IP NVR +- [eseecloud](#source-eseecloud) - streaming from ESeeCloud/dvr163 NVR - [tapo](#source-tapo) - TP-Link Tapo cameras with [two way audio](#two-way-audio) support - [ring](#source-ring) - Ring cameras with [two way audio](#two-way-audio) support - [tuya](#source-tuya) - Tuya cameras with [two way audio](#two-way-audio) support @@ -535,6 +536,15 @@ streams: - dvrip://username:password@192.168.1.123:34567?backchannel=1 ``` +#### Source: EseeCloud + +*[New in v1.9.10](https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.10)* + +```yaml +streams: + camera1: eseecloud://user:pass@192.168.1.123:80/livestream/12 +``` + #### Source: Tapo *[New in v1.2.0](https://github.com/AlexxIT/go2rtc/releases/tag/v1.2.0)*