Not able to install ffmpeg with instructions given
See original GitHub issueIt is not clear (to me) where to enter the command to install ffmpeg. I tried in the Docker terminal. Results:
/homebridge # sudo apt install ffmpeg
sudo: apt: command not found
/homebridge # apt install ffmpeg
/bin/sh: apt: not found
/homebridge #
How can I install ffmpeg for homebridge-securitysytsem? Can you provide some more detailed instructions.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
How to Install FFmpeg on Windows - Adaptive Samples
See how to install (and get started with) FFmpeg on Windows in this detailed guide with a crapton of screenshots.
Read more >How to Install FFmpeg on Windows: 15 Steps (with Pictures)
1. Go to https://ffmpeg.org/download.html. This brings you to a page containing the latest FFmpeg install packages and binary files.
If you don't have an...
Read more >How to Install FFmpeg on Windows? - GeeksforGeeks
Follow the below steps to install FFmpeg on windows: Step 1: Click here to download the zip file of the latest version.
Read more >Instructions for installing ffmpeg on various platforms - R
i.e. sudo apt-get install ffmpeg or search 'ffmpeg' in the Software Center on Ubuntu.
Read more >How to Install FFmpeg on Windows, Mac, Linux Ubuntu and ...
Step 1. Go to FFmpeg download page of FFmpeg. ... On the official download page https://ffmpeg.org/download.html here you can find all versions ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

did you install homebridge using the official instruction for QNAP?
https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-QNAP
After that it’s maybe easier to install ffmpeg via the homebridge-camera-ffmpeg plugin to automatically install all the needed dependencies.
https://github.com/Sunoo/homebridge-camera-ffmpeg
just an idea 🤔
basically I’m not a friend of the NAS versions of homebridge…maybe it’s better to use a stand alone raspberry pi version if you want to use more specific plugins… you will certainly run into problems more often I guess
So try a :
apk add ffmpeg