jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.42k stars 454 forks source link

ffmpeg with libxml2 #376

Open fatshotty opened 1 year ago

fatshotty commented 1 year ago

Hi,

using a .mpd url, I got the error Invalid data found when processing input

is it possibile have --enable-libxml2 on latest version of ffmpeg in order to process .mpd link?

thanks in advance

roth-mike commented 1 year ago

As a workaround, you can copy the Dockerfile in the repo to your project and add that flag. It takes a while to build, but it works. I'm guessing it was an oversight that libxml2 was not enabled - I ran into the same issue.