You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
371 B

  1. --- a/xupnpd.lua
  2. +++ b/xupnpd.lua
  3. @@ -1,10 +1,10 @@
  4. cfg={}
  5. -- multicast interface for SSDP exchange, 'eth0', 'br0', 'br-lan' for example
  6. -cfg.ssdp_interface='lo'
  7. +cfg.ssdp_interface='br-lan'
  8. -- 'cfg.ssdp_loop' enables multicast loop (if player and server in one host)
  9. -cfg.ssdp_loop=1
  10. +cfg.ssdp_loop=0
  11. -- SSDP announcement interval
  12. cfg.ssdp_notify_interval=15