Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
399 stars 76 forks source link

Ubuntu 20.04 npm install fails, can't find PPA #103

Open kellyschrock opened 2 years ago

kellyschrock commented 2 years ago

Trying to install beamcoder on Ubuntu 20.04, and getting the libavcodec.so.59 is not installed, etc error messages (I have all the dependencies at different versions than specified). Followed the instructions for installing the dependencies from the PPA, but it appears to be down.

Err:13 http://ppa.launchpad.net/jonathonf/ffmpeg-4/ubuntu focal Release               
  404  Not Found [IP: 185.125.190.52 80]

Apologies if this is the wrong place to mention this.

scriptorian commented 2 years ago

The project has moved to using the latest stable 5.0 builds from BtbN - https://github.com/BtbN/FFmpeg-Builds/releases. The install_ffmpeg.js needs a small update, apologies.

kellyschrock commented 2 years ago

Hey, thanks for getting back to me. Sounds good, I can close this issue if you prefer.

hipstersmoothie commented 2 years ago

The readme instructions need to be updated too since they no longer work. I'm a little confused what I should change the first line to