Camera / ffmpeg

I am running hasio on a rpi 3b with the homebridge addon. I am able to get the mqtt alarm and my homeassistant devices to show up and work. However when I add an rtsp camera (unifi video camera feed) it will add the camera accessory and show a still of the camera, but when I view the feed nothing happens. In my homebridge logs I get the error:

dbus-entry-group.c: interface=org.freedesktop.Avahi.EntryGroup, path=/Client1/EntryGroup1, member=UpdateServiceTxt
-rtsp_transport http -re -i rtsp://192.168.1.250:7447/598aae09e7cf9ffc45a0543b_2?apiKey=xxxxxxxx -threads 0 -vcodec libx264 -an -pix_fmt yuv420p -r 15 -f rawvideo -tune zerolatency -vf scale=640:360 -b:v 132k -bufsize 132k -payload_type 99 -ssrc 1 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params M/USjaK2a29DM9yw6+L3aCHVlWuio5WnDNHx2OV+ srtp://192.168.1.189:52274?rtcpport=52274&localrtcpport=52274&pkt_size=1378
events.js:163
throw er; // Unhandled ‘error’ event
^
Error: spawn ffmpeg ENOENT
at exports._errnoException (util.js:1050:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)

I’ve tried using camera-ffmpeg-ufv and camera-ffmpeg

I did my best searching for answers but figured its time to throw it out to the community. Anybody else get rtsp cameras working with hassio homegridge add on?

1 Like

Having the same problem

I just saw this post. Please show config.json and what plugin you are using?

Same issue here, anyone have any luck figuring this out?