Skip to content

Commit fcc837e

Browse files
authored
Merge pull request #1879 from mihailstoynov/patch-2
Update README.md
2 parents fd68230 + e072842 commit fcc837e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ streams:
531531

532532
- stream quality is the same as [RTSP protocol](https://www.tapo.com/en/faq/34/)
533533
- use the **cloud password**, this is not the RTSP password! you do not need to add a login!
534-
- you can also use UPPERCASE MD5 hash from your cloud password with `admin` username
534+
- you can also use **UPPERCASE** MD5 hash from your cloud password with `admin` username
535535
- some new camera firmwares require SHA256 instead of MD5
536536

537537
```yaml
@@ -542,6 +542,10 @@ streams:
542542
camera2: tapo://admin:[email protected]
543543
# admin username and UPPERCASE SHA256 cloud-password hash
544544
camera3: tapo://admin:[email protected]
545+
# VGA stream (the so called substream, the lower resolution one)
546+
camera4: tapo://[email protected]?subtype=1
547+
# HD stream (default)
548+
camera5: tapo://[email protected]?subtype=0
545549
```
546550

547551
```bash

0 commit comments

Comments
 (0)