<dt>Name</dt>
<dd>The name of this tuner.</dd>
-
- <dt>Full Mux Rx mode</dt>
- <dd>If selected, the whole mux (transponder) will be received without any
- filtering. It is not usually required to enable this option. It does
- not have usually any benefit, because tvheadend will filter the
- unwanted PIDs from the TS stream, except for the malfunctioning drivers.</dd>
</dl>
</p>
.opts = PO_RDONLY | PO_NOSAVE,
.off = offsetof(satip_frontend_t, sf_number),
},
- {
- .type = PT_BOOL,
- .id = "fullmux",
- .name = "Full Mux Rx mode",
- .off = offsetof(satip_frontend_t, sf_fullmux),
- },
{
.type = PT_INT,
.id = "udp_rtp_port",
if (lfe->sf_pids_count > lfe->sf_device->sd_pids_max)
any = lfe->sf_device->sd_fullmux_ok ? 1 : 0;
- if (lfe->sf_fullmux && lfe->sf_device->sd_fullmux_ok)
- any = 1;
if (any) {