Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding c210 to supported devices list #751

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ logger:
| Sonoff | GK-200MP2-B | support sound and [PTZ](https://github.com/AlexxIT/SonoffLAN#sonoff-gk-200mp2-b-camera), `rtsp://rtsp:[email protected]:554/av_stream/ch0` and `/av_stream/ch1` |
| SriHome | SH035 | `rtsp://192.168.xxx.xxx:8554/profile0` and `/profile1` and `/profile2` |
| Topvico | | `rtsp://192.168.1.123:8554/stream0` or `rtsp://192.168.1.123:554/ch0_0.264` |
| TP-Link | Tapo C100/C200/C310 | `rtsp://user:[email protected]:554/stream1` and `/stream2` |
| TP-Link | Tapo C100/C200/C210/C310 | `rtsp://user:[email protected]:554/stream1` and `/stream2` |
| TVT/Secutech | NVR-0808B2-8P | `rtsp://user:[email protected]:554/chID=1&streamType=main` and `chID=2&streamType=main` |
| TVT/Secutech | IPC5-DF28SN | `rtsp://user:[email protected]:554/profile1` and `/profile2` |
| 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 |
Expand Down
Loading