Merge pull request #2023 from oeiber/patch-1

Update README with Doorbird support details
This commit is contained in:
Alex X
2026-01-17 18:41:28 +03:00
committed by GitHub
2 changed files with 23 additions and 11 deletions
+2 -11
View File
@@ -734,18 +734,9 @@ If you have a graphic PIN for your vacuum, add it as a numeric PIN (lines: 123,
## Source: Doorbird
*[New in v1.9.11](https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.11)*
This source type supports [Doorbird](https://www.doorbird.com/) devices including MJPEG stream, audio stream as well as two-way audio.
This source type supports Doorbird devices including MJPEG stream, audio stream as well as two-way audio.
```yaml
streams:
doorbird1:
- rtsp://admin:password@192.168.1.123:8557/mpeg/720p/media.amp # RTSP stream
- doorbird://admin:password@192.168.1.123?media=video # MJPEG stream
- doorbird://admin:password@192.168.1.123?media=audio # audio stream
- doorbird://admin:password@192.168.1.123 # two-way audio
```
*[read more](internal/doorbird/README.md)*
## Source: WebRTC