-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -552,11 +552,16 @@ echo -n "cloud password" | shasum -a 256 | awk '{print toupper($0)}' | |
|
||
[TP-Link Kasa](https://www.kasasmart.com/) non-standard protocol [more info](https://medium.com/@hu3vjeen/reverse-engineering-tp-link-kc100-bac4641bf1cd). | ||
|
||
- `username` - urlsafe email, `[email protected]` -> `alex%40gmail.com` | ||
- `password` - base64password, `secret1` -> `c2VjcmV0MQ==` | ||
|
||
```yaml | ||
streams: | ||
kasa: kasa://user:pass@192.168.1.123:19443/https/stream/mixed | ||
kc401: kasa://username:password@192.168.1.123:19443/https/stream/mixed | ||
``` | ||
|
||
Tested: KD110, KC200, KC401, KC420WS, EC71. | ||
|
||
#### Source: GoPro | ||
|
||
*[New in v1.8.3](https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.3)* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters