Alex X

Results 2517 comments of Alex X
trafficstars

Just enable them. This is default Hass functionality. Not related to this integration.

I don't have this cameras. Don't know how to helps you.

StreamAssist does not have its own conversation logic. It simply invokes the Home Assistant's built-in mechanics. It's pretty hard to get involved there: https://github.com/AlexxIT/StreamAssist/blob/49fde307ea11ecd1495b2bdcff3409217fe10b10/custom_components/stream_assist/core/__init__.py#L150-L165

The camera is probably wrongly sending this information about the ratio. It's a fairly common situation. Unfortunately I don't have any cameras with these problems to fix. You can try...

- Different decoder implementations - Probably FFmpeg - Minor

Nothing have changed. 16:9 for WebRTC and 4:3 for MSE. Some strange video metadata from TP-Link developers.

You right. FFmpeg can fix broken metadata. But it increases the start time of the stream.

```yaml streams: tapo: - ffmpeg:rtsp://... - tapo://... ```