Alex X
Alex X
Show card's config and stream info from go2rtc WebUI for active stream.
Posts like "worked before and doesn't work now" don't provide anything useful for diagnosing the problem. There could be dozens of different reasons. Different cameras, different camera protocols, different viewing...
Well. One user has problems with `url: rtsp://...` and another with `entity: camera...`. So this part of the setting is not related to the problem.
This is probably a classic mobile app cache problem. And it saved the old version of the card.
You need to check stream info when stream opens in mobile browser. And stream info when stream opens in hass app.
Nothing special. Simple codecs H264+PCMA. You needs to increase go2rtc log level to trace and check difference between browser and app connections.
Ok. Probably the mobile app is crashing on executing JavaScript. Tell me the exact version of the mobile app. And exact version of mobile OS.
This is probably a classic H264 Main/High 5.1 profile problem. You can find out your stream profile by looking up stream probe/info in the go2rtc WebUI.
Пока бета-релиз. Выпущу нормальный когда всё протестирую. Можно обновить через HACS > Redownload https://github.com/AlexxIT/YandexStation/releases/tag/v3.18.4-rc
Компонент работает на уровне jinja2 темплейтов. Этот формат поддерживается только на сервере. Клиент не умеет его "выполнять". Есть markdown card, которая отображает свой контент через запрос на сервер. Возможно в...