negativo17 / ffmpeg

A complete solution to record, convert and stream audio and video
9 stars 4 forks source link

Request: support dash demuxer by building against libxml2 #5

Closed barsnick closed 6 years ago

barsnick commented 6 years ago

Please build ffmpeg with the configure option "--enable-libxml2", and with a BuildRequires of libxml2-devel.

This is really low hanging fruit, allowing ffmpeg to natively support demuxing dash URIs, which are becoming ever more popular. (No other ffmpeg features are currently enabled or enhanced by this dependency.)

Thanks again for your very practical builds/repo!

scaronni commented 6 years ago

Back from holiday. Done, thanks for reporting: https://github.com/negativo17/ffmpeg/commit/aa8c178a34e57ac88020e23f92a1516dd3f06877 New build coming tomorrow.