No video support with certain ffmpeg versions
Brought to you by:
jmaggard
Hi,
it seems that there is no video support with newer ffmpeg versions after compilation and installation of minidlna. The music and picture files
I had the following behaviour with the raspberry pi 2 (environment: Raspbian GNU/Linux 8.0) according to the table below.
**ffmpeg ver. minidlna ver. video support?**
2.8 1.1.5 yes
2.8 1.2.1 yes
2.8.4 1.2.1 yes
3.2.2 1.2.1 no
3.4 1.2.1 no
Therefore I installed ffmpeg 3.4 after compilation of minidlna 1.2.1 with ffmpeg 2.8.4 as workaround, but this is not a real solution.
Could that be fixed in the next release?
Thanks.
I'll need more info than that. I've been building against ffmpeg 3.x (including 3.4 and 3.4.1) for a while now, and video support is working fine.
I checked it also with another evirmonment (ubuntu). After compilation/installation of ffmpeg and minidlna I made a full media rescan (minidlna -R) to force a rescan. The result is unfortunately the same behaviur. The ffmpeg 2.8.x (e.g 2.8.9) version works with video support and ffmpeg 3.4.x (e.g. 3.4.1) does not work.
I compiled the ffmpeg variants with h264 support (see details below).