LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   minidlna on slackware and em7080 (https://www.linuxquestions.org/questions/slackware-14/minidlna-on-slackware-and-em7080-4175435945/)

the_zone 11-06-2012 01:38 PM

minidlna on slackware and em7080
 
Hello,

Can not tell if the issue i am facing is due to slackware, minidlna or the Emninent em7080.

I have installed slackware 14.0 64-bit version and from slackbuilds the accompanying minidlna.
My dlna server is not always available on the em7080.
I have opened port ssdp/1900 and trivnet1/8200.
No success.

I saw this issue with older versions of both slackware and minidlna too.

any suggestions ??

grtz

Simon

damgar 11-07-2012 09:47 PM

What do you mean exactly? I use minidlna on -current and have for about 6 months. I wrote a very amateurish script that actually kills the program and deletes the database before relaunching because the database wouldn't update no matter what, but rebuilds it just fine every time. I never Have a problem with my xbox seeing the minidlna server on the LAN. There is a static source versus the dynamically linked version available and I used makepkg to create a slackware package with it since it wouldn't build against the newer ffmpeg I have installed.
Code:

kill `pidof minidlna`
rm /var/cache/minidlna/files.db
sleep 5
minidlna
echo "minidlna now started"



All times are GMT -5. The time now is 11:39 AM.