mirror of https://github.com/xfarrow/tapo-c210.git
Update README.md
This commit is contained in:
parent
eff7d7b33d
commit
1c60f1aa78
|
@ -7,8 +7,10 @@ This camera is capable of transmitting its stream on the RTSP protocol on two ch
|
||||||
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.
|
||||||
|
|
||||||
## 2. Prerequisites
|
## 2. Prerequisites
|
||||||
We 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:
|
## 3.1. Simple RTSP stream:
|
||||||
High quality stream: `rtsp://username:password@IP_Address:554/stream1`
|
High quality stream: `rtsp://username:password@IP_Address:554/stream1`
|
||||||
|
@ -18,3 +20,6 @@ Low quality stream: `rtsp://username:password@IP_Address:554/stream2`
|
||||||
## 3.2. ONVIF
|
## 3.2. ONVIF
|
||||||
`http://IP_Address:2020/onvif/device_service`
|
`http://IP_Address:2020/onvif/device_service`
|
||||||
and specify `username` and `password` when prompted to.
|
and specify `username` and `password` when prompted to.
|
||||||
|
|
||||||
|
## 3.3 HTTP
|
||||||
|
See [this resource](https://drmnsamoliu.github.io/video.html) but I did not test it.
|
||||||
|
|
Loading…
Reference in New Issue