tivo: Add Avahi support
TiVo Bolt doesn't support the old TiVo Beacon discovery mechanism, so we need to support Bonjour discovery now. Use Avahi if it's available.
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@
|
||||
time_t startup_time = 0;
|
||||
|
||||
struct runtime_vars_s runtime_vars;
|
||||
uint32_t runtime_flags = INOTIFY_MASK;
|
||||
uint32_t runtime_flags = INOTIFY_MASK | TIVO_BONJOUR_MASK;
|
||||
|
||||
const char *pidfilename = "/var/run/minidlna/minidlna.pid";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user