diff --git a/config.py b/config.py index effd0a2..d9f0413 100644 --- a/config.py +++ b/config.py @@ -101,7 +101,6 @@ def get_client_change_status_sql(timestamp, status): return [f"insert into root.farm.clientId(timestamp, is_online) values({timestamp}, False)"] - # 监控视频接口 def get_video_url(username): - return f"http://60.204.152.17:8888/live/xumu_{username}.live.mp4" + return f"http://rtsp.lihaink.cn/live/xumu_{username}.live.mp4"