Hello everyone,
I’m trying to add a tapo stream to my home assistant dashboard, but all attemps seem to fail even though it works perfectly on VLC with the exact same address.
Host hardware: PI4 4Go - dedicated micro-SD install (not containerized)
Host network: shared between roughly 100 persons, for work and for fapping alike.
Camera hardware: Tapo C200 with password configured
What I have tried so far:
- Integrating it directly using the Home Assistant GUI [FAIL]
- Integrating it using the configuration YAML file, which while valid does not allow me to SEE the stream once the “stream” is part of the system
Here’s the bit of code I’m using:
camera:
- platform: ffmpeg
name: "Tapo C200"
input: rtsp://user:password!@C200-543B83/stream1
Tried using the 553 port too - same result
Thats what I get ^^"
Any help would be more than welcome