From 31977de37a3da1ef7c0ed4a8b95eebb6e3d8825f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 22 Apr 2014 15:20:24 +0200 Subject: [PATCH] SAT>IP: Fix the forced full mux per tuner --- src/input/mpegts/satip/satip_frontend.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 2732c5b3..f973a657 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -750,6 +750,8 @@ satip_frontend_pid_changed( http_client_t *rtsp, 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) {