From 73cdb393359b34eadc88a09069b40557c86981d3 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Mon, 6 Feb 2023 09:32:01 +0300 Subject: [PATCH] Add camera experience section to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c91268d2..d857aaeb 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg * [Codecs madness](#codecs-madness) * [Codecs negotiation](#codecs-negotiation) * [Projects using go2rtc](#projects-using-go2rtc) +* [Camera experience](#cameras-experience) * [TIPS](#tips) * [FAQ](#faq) @@ -768,6 +769,15 @@ streams: - [ring-mqtt](https://github.com/tsightler/ring-mqtt) - Ring devices to MQTT Bridge - [EufyP2PStream](https://github.com/oischinger/eufyp2pstream) - A small project that provides a Video/Audio Stream from Eufy cameras that don't directly support RTSP +## Cameras experience + +- [Dahua](https://www.dahuasecurity.com/) - reference implementation streaming protocols, a lot of settings, high stream quality, multiple streaming clients +- [Hikvision](https://www.hikvision.com/) - a lot of proprietary streaming technologies +- [Reolink](https://reolink.com/) - some models has awful unusable RTSP realisation and not best HTTP-FLV alternative (I recommend that you contact Reolink support for new firmware), few settings +- [Sonoff](https://sonoff.tech/) - very low stream quality, no settings, not best protocol implementation +- [TP-Link](https://www.tp-link.com/) - few streaming clients, packet loss? +- Chinese cheap noname cameras, Wyze Cams, Xiaomi cameras with hacks (usual has `/live/ch00_1` in RTSP URL) - awful but usable RTSP protocol realisation, low stream quality, few settings, packet loss? + ## TIPS **Using apps for low RTSP delay**