question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to install ffmpeg with instructions given

See original GitHub issue

It 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:closed
  • Created 3 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Karryptocommented, Nov 12, 2020

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

1reaction
macjlcommented, Nov 10, 2020

So try a : apk add ffmpeg

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found