ffmpeg icon indicating copy to clipboard operation
ffmpeg copied to clipboard

ffmpeg with libxml2

Open fatshotty opened this issue 2 years ago • 1 comments

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

fatshotty avatar May 11 '23 15:05 fatshotty

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.

roth-mike avatar May 25 '23 14:05 roth-mike