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
442 B

  1. --- a/src/xupnpd.lua
  2. +++ b/src/xupnpd.lua
  3. @@ -5,10 +5,10 @@ cfg.ui_auth_file='auth.txt'
  4. cfg.ui_session_file='/tmp/xupnpd.session'
  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