FWIW: The bug is still present in version 1.3.3. There was an attempt to "make it work" in 1.3.2 I don't really "get" the code - it errors if the request host/port was not numeric - but why? AIUI DNS rebinding attacks are intended to fool clients into trusting malicious scripts by changing the source DNS record from a public IP address to an intranet (presumably RFC 1918) address between the time that the client downloads the 'script and checking whether it is trustworthy - I am not at all sure the...
For anyone compiling against ffmpeg 7 a small patch is needed. --- libav.h~ 2023-05-31 09:25:59.000000000 +0100 +++ libav.h 2024-11-30 21:51:58.063500472 +0000 @@ -174,7 +174,9 @@ --- libav.h~ 2023-05-31 09:25:59.000000000 +0100 +++ libav.h 2024-11-30 21:51:58.063500472 +0000 @@ -174,7 +174,9 @@ #define lav_codec_tag(s) s->codecpar->codec_tag #define lav_sample_rate(s) s->codecpar->sample_rate #define lav_bit_rate(s) s->codecpar->bit_rate -#define lav_channels(s) s->codecpar->channels +/* #define...
It isn't specific to the Debian package though. The man page is out of date in main and in the tarballs.
I posted an updated patch on the thumbnails thread https://sourceforge.net/p/minidlna/patches/_discuss/thread/28a9f79d/9aca/attachment/minidlna-1.3.3-thumb.patch
Man page out of date
Bug in handling of clashing playlist names.
2 years later Has anyone compiled this patch against current ffmpeg, on current Linux systems? XY question endpoint - I'd like to play BBC streams on my Revo Axis XS now that the BBC has stopped supporting SHOUTcast - the Axis supports DLNA and it looks like this patch can "transcode" HLS streams to DNLA. On Fedora 38, with ffmpeg 6.0.15 I'm struggling to get out of the starting blocks. The first problem is that, after applying the patch (which gave no errors) I can run configure but trying to do...
Partly answering my own question this seems to be a codec support issue for the newer TV - re-encoding the file with AC3 audio instead of DTS "fixes" the problem. Will explore a bit further but it looks like I might be doing some bulk re-encoding of my video library. Edit: Ah, yes, I see Samsung removed DTS support in 2018 :(