kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
2k stars 439 forks source link

Unable to compile this with Alpine (Docker) #1442

Closed francoism90 closed 1 year ago

francoism90 commented 1 year ago
checking for libavcodec ... found
checking for libswscale ... found
checking for libavfilter ... not found
checking for libxml2 ... found

I tried doing this inside my Dockerfile:

ENV LIB_AV_UTIL=-libavutil
ENV LIB_AV_FILTER=-libavfilter

But it doesn't change anything. I have ffmpeg-dev installed.

Any help please. :)

francoism90 commented 1 year ago

I think this happens because ffmpeg-dev is 6.0, what version is required, 4.0?

erankor commented 1 year ago

1451 will probably fix this one too.

But ffmpeg 6 wasn't tested, we are using 4.

francoism90 commented 1 year ago

@erankor Thanks, I've switched to ffmpeg4, and it indeed now uses libavfilter.