| 
					
				 | 
			
			
				@@ -388,7 +388,7 @@ class FFmpeg(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     def get_http_duration(cls, videos_path): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         total_duration = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for video_path in videos_path: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            url = "http://61.48.133.26:5555/api/v1/ffmpeg/get_meta" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            url = "http://101.37.24.17:5555/api/v1/ffmpeg/get_meta" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             payload = json.dumps({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 "url": video_path, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 "referer": "" 
			 |