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
Have installed frigate 0.15b4 with external go2rtc 1.9.8 and ffmpeg 7.0 in /usr/lib/ffmpeg/7.0/bin/ffmpeg
frigate work as docker compose, network_mode: host, required ports opened
go2rtc config:
streams:
front:
- rtsp://admin:[email protected]/live
- ffmpeg:dahua1#audio=opus
birdseye: exec:/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -f rawvideo -pix_fmt
yuv420p -video_size 1280x720 -r 10 -i /tmp/cache/birdseye -c:v h264_qsv -g 50
-bf 0 -profile:v high -level:v 4.1 -async_depth:v 1 -rtsp_transport tcp -f rtsp
{output}
homekit:
birdseye: # same stream ID from streams list
pin: 19550224 # custom PIN, default: 19550224
name: Birdseye # custom camera name, default: generated from stream ID
device_id: birdseye # custom ID, default: generated from stream ID
device_private: birdseye # custom key, default: generated from stream ID
front: # same stream ID from streams list
pin: 19550224 # custom PIN, default: 19550224
name: FrontYard # custom camera name, default: generated from stream ID
device_id: front # custom ID, default: generated from stream ID
device_private: front # custom key, default: generated from stream ID
api:
origin: '*'
hass:
config: /config
log:
format: text
webrtc:
candidates:
- stun:8555
rtsp:
default_query: mp4
ffmpeg:
bin: /usr/lib/ffmpeg/7.0/bin/ffmpeg
Good news:
Two streams appears on the Streams page. Both have worked preview by link "stream".
Both streams has loaded on Add -> Apple HomeKit page.
Bad news:
When I start to pair any of stream, have got message
192.168.1.61:1984 says
ERROR: tlv8: unmarshal zero data
Made next tests:
Frigate 0.14.1 (current) + go2rtc 1.9.2 (in distr) = the same result
Frigate 0.14.1 + go2rtc 1.9.6 = the same result
Frigate 0.14.1 + go2rtc 1.9.7 = the same result
Frigate 0.14.1 + go2rtc 1.9.8 = the same result
Frigate 0.15b4 + go2rtc 1.9.8 = the same result, as topic above
Hi!
Have installed frigate 0.15b4 with external go2rtc 1.9.8 and ffmpeg 7.0 in /usr/lib/ffmpeg/7.0/bin/ffmpeg
frigate work as docker compose, network_mode: host, required ports opened
go2rtc config:
Good news:
Two streams appears on the Streams page. Both have worked preview by link "stream".
Both streams has loaded on Add -> Apple HomeKit page.
Bad news:
When I start to pair any of stream, have got message
in logs:
Looks like go2rtc (same as frigate) host 192.168.1.61 unreachible by HomeKit.
May be you have any ideas how to solve problem?
The text was updated successfully, but these errors were encountered: