Using your guide I was able to install miniDLNA 1.1.4 on my WD MyCloud 3TB with the latest firmware.
But…
I have these problems:
The resume video functionality is not working. Every time I pick a video, it starts all over again.
No thumbnails for videos.
I can live without the 2, but 1 was one of the main reasons I wanted to install miniDLNA over Twonky.
MiniDLNA is used to serve media on my Samsung C series LED TV (UE46C6500 model of 2010, latest firmware 2013).
Is there anything that can be done?
Please help!
The resume function also not working for me, same goes to twonky for my samsung e series. So I would just use the time cue feature on the tv to forward to where I stopped. IIRC the resume function on samsung tv only works from samsung’s proprietary allshare pc software.
Yes there’s no thumbnails for minidlna videos except if you place an image eg. folder.jpg to iconify the folders. This is by design to lower the overhead resources for smaller device, also the reason it’s called “Mini”. Some switched to minidlna because twonky takes quite some cpu just to create thumbnails using ffmpeg. But you can always generate the images manually from pc using 3rd party apps, file name will be exact-video-name.jpg within the same folder.
For your question about the settings, I didn’t noticed any changes in the os partition size between v3 and v4.
I think it’s up to individual. I’ve have lots of extra packages installed, mail send receive server, mysql, extra apache/php libs, perl cpan modules, extra python libs etc2. And I’m still at 48% usage.
If you’re concerned, you can choose to move the db and log to the data volume or even turn off the logs. Just stop the daemon “service minidlna stop”, edit the conf file, move them to your preferred location and restart the daemon.
1) The resume function also not working for me, same goes to twonky for my samsung e series. So I would just use the time cue feature on the tv to forward to where I stopped. IIRC the resume function on samsung tv only works from samsung’s proprietary allshare pc software.
2) Yes there's no thumbnails for minidlna videos except if you place an image eg. folder.jpg to iconify the folders. This is by design to lower the overhead resources for smaller device, also the reason it's called "Mini". Some switched to minidlna because twonky takes quite some cpu just to create thumbnails using ffmpeg. But you can always generate the images manually from pc using 3rd party apps, file name will be exact-video-name.jpg within the same folder.
I use a version of MiniDLNA 1.1.3., additionally installed the patch: http://sourceforge.net/p/minidlna/patches/120/ and manually fix file: clients.c (need to memorize the position of a file on Samsung TV):
Patch: http://sourceforge.net/p/minidlna/patches/92/?page=4 for version 1.1.3 also had to register manually. What would have earned you must install the library: ffmpeg libffmpegthumbnailer-dev ffmpegthumbnailer.
The automatic application of patches:
1. patch < minidlna-1.1.3-thumbnail.patch 2. ./configure 3. ./configure --enable-thumbnail 4. make 5. make install
I use a version of MiniDLNA 1.1.3., additionally installed the patch: http://sourceforge.net/p/minidlna/patches/120/ and manually fix file: clients.c (need to memorize the position of a file on Samsung TV):
Patch: http://sourceforge.net/p/minidlna/patches/92/?page=4 for version 1.1.3 also had to register manually. What would have earned you must install the library: ffmpeg libffmpegthumbnailer-dev ffmpegthumbnailer.
The automatic application of patches:
1. patch < minidlna-1.1.3-thumbnail.patch 2. ./configure 3. ./configure --enable-thumbnail 4. make 5. make install
I wasn’t able to get the patches from the google drive so I generated my own patch based on the post on sourceforge. I was able to patch and compile the SamsungTV and the saved playback, but the thumbnail never seems to get generated on my Samsung 7 series after cleaning up the db. There’s no error or whatsoever. Any pointers? I already have ffmpegthumbnailer installed but does minidlna calls the ffmpeg binary during the thumbnail generation process? During scanning or ondemand?
It’s ok I got it sorted out This was done on 1.1.3, I’ll try to port to 1.1.4.
In the file - upnpsoap.c you want to change the parameter JPEG_TN on JPEG_SM for client ESamsungSeriesCDE. But then the thumbnails are displayed only for Samsung F and above.
Provided on the above link to people like as possible to find solutions that would thumbnails displayed on Samsung C and F, but I have it not work.
In the file - upnpsoap.c you want to change the parameter JPEG_TN on JPEG_SM for client ESamsungSeriesCDE. But then the thumbnails are displayed only for Samsung F and above.
Provided on the above link to people like as possible to find solutions that would thumbnails displayed on Samsung C and F, but I have it not work.
Hi Shurik85,
Ok noted and thanks. BTW the patch from v1.1.3 has quite major changes in the file upnpsoap.c to be ported over successfully to v1.1.4. So now I’m finalizing on just version 1.1.3 instead until a patch for v1.1.4 is released for saved playback.