Morning!
Each time I switch channel I get below lines in the log, although it doesn't seem to have any impact.
Code
vdr[937050]: [937055] SATIP-ERROR: bool cSatipFrontends::Attach(int, int) no Frontend found for attaching deviceID 0 (TP 274)
vdr[937050]: [937055] SATIP-ERROR: bool cSatipFrontends::Attach(int, int) no Frontend found for attaching deviceID 0 (TP 274)
vdr[937050]: [937055] SATIP-ERROR: bool cSatipFrontends::Attach(int, int) no Frontend found for attaching deviceID 0 (TP 274)
vdr[937050]: [937055] SATIP-ERROR: bool cSatipFrontends::Attach(int, int) no Frontend found for attaching deviceID 0 (TP 386)
vdr[937050]: [937055] SATIP-ERROR: bool cSatipFrontends::Attach(int, int) no Frontend found for attaching deviceID 0 (TP 386)
vdr[937050]: [937055] SATIP-ERROR: bool cSatipFrontends::Attach(int, int) no Frontend found for attaching deviceID 0 (TP 386)
Does the plugin start counting from 0 or 1? Currently starting as follows:
I'm using minisatip on a RPI4:
Code
minisatip --enable-adapters 0-2 --delsys 0:dvbc,1:dvbc,2:dvbc --logfile /var/log/minisatip/minisatip.log --http-port 8080 --rtsp-port 8554
Settings
Code
satip.CICAM = 0 0
satip.DisabledFilters = 3 4
satip.DisabledSources =
satip.EnableCIExtension = 0
satip.EnableEITScan = 0
satip.EnableFrontendReuse = 1
satip.OperatingMode = 1
satip.TransportMode = 0
Any idea what it can be? something wrongly set?
Carel