zhangyong 2 months ago
parent
commit
ff87661e19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/ffmpeg.py

+ 1 - 1
utils/ffmpeg.py

@@ -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": ""