libushang 1 天之前
父節點
當前提交
02e3b0d9b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/api/videoResource/hkvideo.py

+ 1 - 1
routers/api/videoResource/hkvideo.py

@@ -34,7 +34,7 @@ async def get_video_url_by_id(
     db: Session = Depends(get_db)
 ):
     video_url = hk_video_api.get_video_url(id=id, protocol='hlss')
-    video_url = video_url.replace("https://19.155.5.14:6014", f"{settings.YZY_WEB_ROOT}/hkvideo")
+    video_url = video_url.replace("https://19.155.5.14:6014", f"{settings.YZY_WEB_ROOT}/yzyvideo")
     print('video_url', video_url)
 
     return {