|
@@ -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 {
|