mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Fixed to nag about any malfunctioning firmware only once.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tuner.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tuner.c
									
									
									
									
									
								
							| @@ -394,7 +394,7 @@ bool cSatipTuner::UpdatePids(bool forceP) | ||||
|   if (((forceP && pidsM.Size()) || (pidUpdateCacheM.TimedOut() && (addPidsM.Size() || delPidsM.Size()))) && | ||||
|       !isempty(*streamAddrM) && (streamIdM > 0)) { | ||||
|      cString uri = cString::sprintf("rtsp://%s/stream=%d", *streamAddrM, streamIdM); | ||||
|      bool useci = (SatipConfig.GetCIExtension() && currentServerM.IsQuirk(cSatipServer::eSatipQuirkUseXCI)); | ||||
|      bool useci = (SatipConfig.GetCIExtension() && currentServerM.HasCI()); | ||||
|      bool usedummy = currentServerM.IsQuirk(cSatipServer::eSatipQuirkPlayPids); | ||||
|      if (forceP || usedummy) { | ||||
|         if (pidsM.Size()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user