As of 1.1.16 network_interface is useless, as it does not recognzie the network name, until you do a systemctl restart minidlna. This bug has been in code, from day 1 of my use of the server. I work around it, by leaving that feature commented, and it listens on all interfaces. At some point, I would like to have it working.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, it's obsolete. Thanks for pointing that out. I'll remove all references to it in the next release.
So we can no longer bind to a specific address? In case we need to run two copies on same machine?
I guess you need to use parameter network_interface instead.
As of 1.1.16 network_interface is useless, as it does not recognzie the network name, until you do a systemctl restart minidlna. This bug has been in code, from day 1 of my use of the server. I work around it, by leaving that feature commented, and it listens on all interfaces. At some point, I would like to have it working.