<dd>Force the delay between RTSP TEARDOWN and RTSP SETUP command (value
from 'Next tune delay in ms' is used). Some devices are not able to handle
quick continuous tuning.</dd>
+<p>
+ <dt><b>Tuner bind IP address</b><dt>
+ <dd>Force all network connections to this tuner be made over the specificed
+ IP-address, similar to the setting for the SAT-IP - device itself. Setting
+ this overrides the device - specific setting.</dd>
</dl>
</p>
static char *
satip_frontend_bindaddr( satip_frontend_t *lfe )
{
- char *bindaddr = lfe->sf_device->sd_bindaddr;
+ char *bindaddr = lfe->sf_tuner_bindaddr;
if (bindaddr == NULL || bindaddr[0] == '\0')
bindaddr = lfe->sf_device->sd_bindaddr;
return bindaddr;
.opts = PO_ADVANCED,
.off = offsetof(satip_frontend_t, sf_teardown_delay),
},
+ {
+ .type = PT_STR,
+ .id = "tunerbindaddr",
+ .name = "Tuner bind IP address",
+ .opts = PO_ADVANCED,
+ .off = offsetof(satip_frontend_t, sf_tuner_bindaddr),
+ },
{}
}
};