Update README.md

This commit is contained in:
xfarrow 2023-09-18 08:12:11 +00:00 committed by GitHub
parent 78cf7ca1c8
commit d9a9d54718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -2,24 +2,28 @@
Tested on: Tapo C210 Tested on: Tapo C210
## 1. Capabilities ## Introduction
### Capabilities
This camera is capable of transmitting its stream on the RTSP protocol on two channels: one at resolution 640x360 and another one at resolution 1920x1080 (despite this model This camera is capable of transmitting its stream on the RTSP protocol on two channels: one at resolution 640x360 and another one at resolution 1920x1080 (despite this model
has a 2K lens, the 2K stream is accessible through the official app only). has a 2K lens, the 2K stream is accessible through the official app only).
It supports the `ONVIF` standard. It supports the `ONVIF` standard.
It is also possible to access the video over HTTP, but it's undocumented, unofficial and needs to be improved. It is also possible to access the video over HTTP, but it's undocumented, unofficial and needs to be improved.
## 2. Prerequisites ### Prerequisites
If you want to use the RTSP protocol (used also by the ONVIF), you need to create RTSP credentials. Using the official app we have to go to `Settings -> Advanced Settings -> Camera account`. We have to choose a `username` and a `password` If you want to use the RTSP protocol (used also by the ONVIF), you need to create RTSP credentials. Using the official app we have to go to `Settings -> Advanced Settings -> Camera account`. We have to choose a `username` and a `password`
## 3.1. Simple RTSP stream: ## Connection
### Simple RTSP stream:
High quality stream: `rtsp://username:password@IP_Address:554/stream1` High quality stream: `rtsp://username:password@IP_Address:554/stream1`
Low quality stream: `rtsp://username:password@IP_Address:554/stream2` Low quality stream: `rtsp://username:password@IP_Address:554/stream2`
## 3.2. ONVIF ### ONVIF
`http://IP_Address:2020/onvif/device_service` `http://IP_Address:2020/onvif/device_service`
and specify `username` and `password` when asked. and specify `username` and `password` when asked.
## 3.3 HTTP ### HTTP (unofficial, needs more analysis)
See [this resource](https://drmnsamoliu.github.io/video.html) but I did not test it. In this way we should be able to unlock a 2K video stream. See [this resource](https://drmnsamoliu.github.io/video.html) but I did not test it. In this way we should be able to unlock a 2K video stream.