I did some digging (googling), which I often do when I get "crazy" ideas, and lo and behold, I found examples and descriptions on how to run multiple instances of minidlna, so I tried it - to no success.
When doing "minidlna -?", it says you can use a -u parameter to give the instance its own UUID, so i tried that, starting two different minidlna's with two different conf's, two different db-dirs and mediadirs and friendly-names etc, and then tried to start them both with each their -u setting i commandline. basically something like this:
/opt/bin/minidlna -u 898989 -h -f /opt/var/minidlna-a.conf
/opt/bin/minidlna -u 676767 -h -f /opt/var/minidlna-b.conf
All that happends is that first one gets started, but second one, nothing. The second instance gives no error-output in the shell, it creates an empty logfile in its db-dir, but doesnt stick in memory / just finishes like nothing ever happened.
Have anyone tried this? Am I chasing down a mythical bird here that doesn't actually exist? (meaning, its been included in the help/manual, but not actually been implemented yet - at least not for the entware compilation).
Shared experiences would be much appreciated, and thanks in advance.
When doing "minidlna -?", it says you can use a -u parameter to give the instance its own UUID, so i tried that, starting two different minidlna's with two different conf's, two different db-dirs and mediadirs and friendly-names etc, and then tried to start them both with each their -u setting i commandline. basically something like this:
/opt/bin/minidlna -u 898989 -h -f /opt/var/minidlna-a.conf
/opt/bin/minidlna -u 676767 -h -f /opt/var/minidlna-b.conf
All that happends is that first one gets started, but second one, nothing. The second instance gives no error-output in the shell, it creates an empty logfile in its db-dir, but doesnt stick in memory / just finishes like nothing ever happened.
Have anyone tried this? Am I chasing down a mythical bird here that doesn't actually exist? (meaning, its been included in the help/manual, but not actually been implemented yet - at least not for the entware compilation).
Shared experiences would be much appreciated, and thanks in advance.