mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Added RTCP packet logging.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tuner.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tuner.c
									
									
									
									
									
								
							| @@ -277,7 +277,7 @@ void cSatipTuner::ProcessApplicationData(u_char *bufferP, int lengthP) | ||||
|   if (lengthP > 0) { | ||||
|      char s[lengthP]; | ||||
|      memcpy(s, (char *)bufferP, lengthP); | ||||
|      debug16("%s (%s) [device %d]", __PRETTY_FUNCTION__, s, deviceIdM); | ||||
|      debug10("%s (%s) [device %d]", __PRETTY_FUNCTION__, s, deviceIdM); | ||||
|      char *c = strstr(s, ";tuner="); | ||||
|      if (c)  { | ||||
|         int value; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user