mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Enabled the X_PMT extension for minisatip servers.
This commit is contained in:
		
							
								
								
									
										5
									
								
								server.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								server.c
									
									
									
									
									
								
							| @@ -116,8 +116,11 @@ cSatipServer::cSatipServer(const char *addressP, const char *modelP, const char | ||||
|      debug3("%s description=%s quirks=%s", __PRETTY_FUNCTION__, *descriptionM, *quirksM); | ||||
|      } | ||||
|   // These devices support the X_PMT protocol extension | ||||
|   if (strstr(*descriptionM, "OctopusNet"))              // Digital Devices OctopusNet | ||||
|   if (strstr(*descriptionM, "OctopusNet") ||            // Digital Devices OctopusNet | ||||
|       strstr(*descriptionM, "minisatip")                // minisatip server | ||||
|      ) { | ||||
|      hasCiM = true; | ||||
|      } | ||||
|   char *s, *p = strdup(*modelM); | ||||
|   char *r = strtok_r(p, ",", &s); | ||||
|   while (r) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user