Skip to content

Commit 0c570c4

Browse files
authored
Merge pull request #848 from CoryCharlton/patch-1
Fix working cameras table
2 parents 5688bd4 + f90fc29 commit 0c570c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ logger:
357357
| ActiveCam | AC-D2121IR3 | |
358358
| ActiveCam | AC-D7121IR1W | support sound |
359359
| Android | [IP Webcam Pro][1] | support sound, `rtsp://192.168.1.123:8080/h264_ulaw.sdp` |
360-
| C-tronics | CTIPC-690C | support sound, main : `rtsp://username:password@192.168.1.xx:554/11` or `onvif://username:password@192.168.1.xx:8080?subtype=MainStreamProfileToken` |
360+
| C-tronics | CTIPC-690C | support sound, main : `rtsp://username:password@192.168.1.xx:554/11` or `onvif://username:password@192.168.1.xx:8080?subtype=MainStreamProfileToken` |
361361
| Dahua | DH-IPC-HDPW1431FP-AS-0280B, VTO2211G-P | support sound |
362362
| Dahua | VTO2202F-P-S2 | [read more](https://github.com/blakeblackshear/frigate/discussions/2572) |
363363
| EZVIZ | C3S | `rtsp://admin:pass@192.168.1.123:554/h264/ch01/main/av_stream` and `/h264/ch01/sub/av_stream` |
@@ -379,14 +379,14 @@ logger:
379379
| SriHome | SH035 | `rtsp://192.168.xxx.xxx:8554/profile0` and `/profile1` and `/profile2` |
380380
| Topvico | | `rtsp://192.168.1.123:8554/stream0` or `rtsp://192.168.1.123:554/ch0_0.264` |
381381
| TP-Link | Tapo C100/C200/C210/C220/C310 | `rtsp://user:pass@192.168.1.123:554/stream1` and `/stream2` |
382-
| TVT/Secutech | NVR-0808B2-8P | `rtsp://user:pass@192.168.1.123:554/chID=1&streamType=main` and `chID=2&streamType=main` |
383-
| TVT/Secutech | IPC5-DF28SN | `rtsp://user:pass@192.168.1.123:554/profile1` and `/profile2` |
384-
| Unifi | G4 Dome, G4 doorbell, G3 Bullet, G3 Flex | Copy the rtsps link from the camera's settings in Unifi Protect, but change the link to `rstp://` (it defaults to rstps://), change the port to `7447`, and remove any query params |
382+
| TVT/Secutech | NVR-0808B2-8P | `rtsp://user:pass@192.168.1.123:554/chID=1&streamType=main` and `chID=2&streamType=main` |
383+
| TVT/Secutech | IPC5-DF28SN | `rtsp://user:pass@192.168.1.123:554/profile1` and `/profile2` |
384+
| Unifi | G4 Dome, G4 doorbell, G3 Bullet, G3 Flex | Copy the rtsps link from the camera's settings in Unifi Protect, but change the link to `rstp://` (it defaults to rstps://), change the port to `7447`, and remove any query params |
385385
| Wyze | Cam v2/v3, Cam Pan v1/v2 | support sound |
386386
| Xiaomi | Dafang | [with hack](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks), `rtsp://192.168.1.123:8554/unicast` <br> Video: H264, size: 1920x1080, bitrate: 1000, format: VBR, frame rate: 10 <br> Audio: PCMU, rate in: 8000, rate out: 44100 |
387-
| Yale | SV-4CFDVR-2, SV-DAFX | `rtsp://admin:password@192.168.1.123/cam/realmonitor?channel=1&subtype=0` |
388-
| Yale | SV-DPFX | `rtsp://admin:password@192.168.1.123/cam/realmonitor?channel=1&subtype=1` |
389-
| Yi | Hi3518e Chipset | [with hack](https://github.com/alienatedsec/yi-hack-v5) |
390-
| Yi | MStar Infinity Chipset | [with hack](https://github.com/roleoroleo/yi-hack-MStar) |
387+
| Yale | SV-4CFDVR-2, SV-DAFX | `rtsp://admin:password@192.168.1.123/cam/realmonitor?channel=1&subtype=0` |
388+
| Yale | SV-DPFX | `rtsp://admin:password@192.168.1.123/cam/realmonitor?channel=1&subtype=1` |
389+
| Yi | Hi3518e Chipset | [with hack](https://github.com/alienatedsec/yi-hack-v5) |
390+
| Yi | MStar Infinity Chipset | [with hack](https://github.com/roleoroleo/yi-hack-MStar) |
391391

392392
[1]: https://play.google.com/store/apps/details?id=com.pas.webcam.pro

0 commit comments

Comments
 (0)