You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot get a live video in my home app, all other switches are working connecting to my Xiaofang camera using MQTT.
I already tried with "disableStream": false, and "disableStream": true,
What does the homebridge log file show when you try to connect to the camera in the Home app? You might try lowering the resolution and FPS, the CPUs in those cameras are easily overwhelmed. Try 768x432@10fps, configure it on the camera itself and also in the videoConfig block. You might also add "audio": false to the videoConfig block, unless you really need audio.
I cannot get a live video in my home app, all other switches are working connecting to my Xiaofang camera using MQTT.
I already tried with
"disableStream": false,
and"disableStream": true,
Here is my config:
The text was updated successfully, but these errors were encountered: