homebridge/ffmpeg-for-homebridge

Question: How to completely reinstall ffmpeg for home bridge?

rfiorentino1 opened this issue · 2 comments

Describe The Bug:

I can no longer get streaming audio/video for any camera plugins in Homebridge, running on intel Mac OS Monterey. Thus I'd like to clear any instances of ffmpeg for home bridge, and reinstall it, but I can't find it's storage location etc. I tried using the terminal commands provided for Mac OS, assuming it would just overwrite itself, but it just output "100%" but nothing about installation completed, etc. Tried to look through the readMe but no luck.

ffmpeg output:

roccofiorentino@Roccos-Mac-Pro .Homebridge % ffmpeg
ffmpeg version 5.0.1-5.0.1 Copyright (c) 2000-2022 the FFmpeg developers
built with Apple clang version 11.0.3 (clang-1103.0.32.62)
configuration: --enable-videotoolbox --enable-nonfree --enable-gpl --enable-openssl --enable-libsvtav1 --enable-libx264 --enable-libx265 --enable-libvpx --enable-libxvid --enable-libvidstab --enable-libaom --enable-libzimg --enable-lv2 --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libtheora --enable-libfdk-aac --enable-libsrt --enable-libspeex --disable-debug --disable-doc --disable-shared --enable-pthreads --enable-static --enable-small --enable-version3 --extra-cflags='-I/Users/Shared/ffmpeg-for-homebridge/workspace/include -I/Users/Shared/ffmpeg-for-homebridge/workspace/include/lilv-0' --extra-ldexeflags= --extra-ldflags=-L/Users/Shared/ffmpeg-for-homebridge/workspace/lib --extra-libs='-ldl -lpthread -lm -lz' --pkgconfigdir=/Users/Shared/ffmpeg-for-homebridge/workspace/lib/pkgconfig --pkg-config-flags=--static --prefix=/Users/Shared/ffmpeg-for-homebridge/workspace --extra-version=5.0.1
libavutil 57. 17.100 / 57. 17.100
libavcodec 59. 18.100 / 59. 18.100
libavformat 59. 16.100 / 59. 16.100
libavdevice 59. 4.100 / 59. 4.100
libavfilter 8. 24.100 / 8. 24.100
libswscale 6. 4.100 / 6. 4.100
libswresample 4. 3.100 / 4. 3.100
libpostproc 56. 3.100 / 56. 3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Environment:

Mac Pro 2020

  • Operating System:

Mac OS 12.3 Monterey

oznu commented

You can find the path with which ffmpeg.

Awesome, thank you so much! Still have no cameras working on this machine, but if I set up a brand new Homebridge on a different Mac OS machine, same network, everything is fine...but at least the issue doesn't seem to be with ffmpeg. :)