update
This commit is contained in:
parent
5c681a56af
commit
d9d0d64fbb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue