sipsorcery-org / SIPSorceryMedia.FFmpeg

GNU Lesser General Public License v2.1
34 stars 26 forks source link

Where to get FFmpeg binaries for arm64 Linux build? Readme outdated #54

Closed maticcavalleri closed 8 months ago

maticcavalleri commented 1 year ago

readme says to use "apt install ffmpeg" on linux, but that version does not come with all the necessary components. For windows build using binaries that are present in repository works, but on Linux obviously not because it's a different platform. Is there a place where I can download FFmpeg from that would work on Linux?

Everything I tried so far was giving me either "Unable to load DLL avutil.56" or "Unable to load DLL avdevice.58".

ChristopheI commented 1 year ago

Check here: https://ffmpeg.org/download.html

Which gives a link to here : https://launchpad.net/ubuntu/+source/ffmpeg

Use "libavcodec-dev"