If i try to stream a rtsp stream from Unifi Protect from a camera with h265 / hevc enabled it freezes and looks like this: The same source RTSP url in VLC Works Here's a log from the docker container with trace enabled: h265.log
The Integration uses the RTSP Stream as the Live Feed source, so this needs to be enabled on each camera. With the latest versions of UniFi Protect, the stream is enabled per default, but it is recommended to just check that this is done. To check and enable the the feature ...
[432]: standalone mode 'off', connecting to 'wss://172.16.40.11:7442/camera/1.0/ws' with uuid='' [ubnt_avclient:avclient.cpp:main:312]1970-06-07 19:09:58 21,290 P6 avclient[432]: WAITING_FOR_CONTROLLER_ADDRESS->CONNECTING_TO_CONTROLLER [ubnt_avclient:avclient_app.cpp:State:1474]...
I was thinking is that it could be HA trying to spin up an RTSP redirect while Unifi Protect is using RTSPS. I can load the redirect streams directly, both the original and non original version it spins up, via the embedded go2rtc and those work fine. So I believe the embedded go2r...
unifi-cam-proxy -H <NVR IP> -i <camera IP> -c client.pem -t <Adoption token> lorex -u <username> -p <password> Frigate: Supports smart detections Note: Do not use the RTMP stream from frigate, use the original RTSP stream from your camera unifi-cam-proxy -H <NVR IP> -i <...
RTMP is used for the camera entity stream in home assistant. Many users use the frigate-hass-card which can use the frigate jsmpeg stream instead and RTMP can be disabled so figured I'd ask. but would be nice if frigate / ffmpeg could support 48000Hz ...
If you need RTSP camera entities, you can enable one of the given insecure camera entities. NEW: Added the following attributes to Camera entity: width, height, fps, bitrate and channel_id NEW: Added status light switch for Flood Light devices NEW: Added "On Motion - When Dark" option ...
In the case of UniFi Protect, one of those settings is the **Camera Status Light** setting in the Home app. It allows you to turn on or off the **Camera Status Light** setting for a HomeKit-enabled camera. In the UniFi Protect world, that means the ability to turn on or off ...
camera canary cast ccm15 cert_expiry chacon_dio channels cisco_ios cisco_mobility_express cisco_webex_teams citybikes clementine clickatell clicksend clicksend_tts climate cloud cloudflare cmus co2signal coautilities coinbase color_extractor comed comed_hourly_pricing comelit comfoconnect command_line com...
self._stream_source = None if disable_stream else rtsp_url if self._stream_source: self._attr_supported_features = CameraEntityFeature.STREAM else: self._attr_supported_features = CameraEntityFeature(0) self._attr_supported_features = _EMPTY_CAMERA_FEATURES @callback def _async_update_device_...