| 
						
						
							
								
							
						
						
					 | 
					@ -13,6 +13,7 @@ import org.springframework.stereotype.Component; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import java.util.*; | 
					 | 
					 | 
					import java.util.*; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					@SuppressWarnings("rawtypes") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					@Component | 
					 | 
					 | 
					@Component | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					public class RedisCatchStorageImpl implements IRedisCatchStorage { | 
					 | 
					 | 
					public class RedisCatchStorageImpl implements IRedisCatchStorage { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -212,6 +213,14 @@ public class RedisCatchStorageImpl implements IRedisCatchStorage { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        redis.del(VideoManagerConstants.PLATFORM_REGISTER_INFO_PREFIX + callId); | 
					 | 
					 | 
					        redis.del(VideoManagerConstants.PLATFORM_REGISTER_INFO_PREFIX + callId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    @Override | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    public void cleanPlatformRegisterInfos() { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        List regInfos = redis.scan(VideoManagerConstants.PLATFORM_REGISTER_INFO_PREFIX + "*"); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        for (Object key : regInfos) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            redis.del(key.toString()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @Override | 
					 | 
					 | 
					    @Override | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public void updateSendRTPSever(SendRtpItem sendRtpItem) { | 
					 | 
					 | 
					    public void updateSendRTPSever(SendRtpItem sendRtpItem) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        String key = VideoManagerConstants.PLATFORM_SEND_RTP_INFO_PREFIX + sendRtpItem.getPlatformId() + "_" + sendRtpItem.getChannelId(); | 
					 | 
					 | 
					        String key = VideoManagerConstants.PLATFORM_SEND_RTP_INFO_PREFIX + sendRtpItem.getPlatformId() + "_" + sendRtpItem.getChannelId(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |