catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
327 stars 80 forks source link

Location in SSDP announcements use wrong IP address when -V is used #1007

Closed Jalle19 closed 1 year ago

Jalle19 commented 1 year ago

If a server has two IP addresses, 10.110.4.10 and 10.110.4.13, and minisatip is started with -V 10.110.4.13, it listens on 10.110.4.13 as expected, but the location of the XML in SSDP announcements is 10.110.4.10 unless -w is also specified.

opts.http_host should inherit the -V value.

lars18th commented 1 year ago

Hi @Jalle19 ,

Please check my PR #1064 .

lars18th commented 1 year ago

Hi @Jalle19 ,

Time to close this issue?