|
@@ -5,7 +5,7 @@ import requests
|
|
|
def get_video_url(id: str, protocol: str):
|
|
|
video_url = ""
|
|
|
# api_url = "http://10.181.7.217:8081/previewURLs"
|
|
|
- api_url = "http://127.0.0.1:8081/previewURLs"
|
|
|
+ api_url = "http://10.181.7.236:8081/previewURLs"
|
|
|
params = {
|
|
|
"cameraIndexCode": id,
|
|
|
"protocol": protocol
|