|
@@ -108,6 +108,7 @@ class DetectControllerView(View):
|
|
|
# 列表装载回放时间戳标记
|
|
|
vodqs = VodHlsModel.objects.filter(uid=uid, channel=channel, time=int(eventTime)) \
|
|
|
.values("bucket__bucket", "bucket__endpoint")
|
|
|
+ print(vodqs)
|
|
|
if vodqs.exists():
|
|
|
bucket_name = vodqs[0]['bucket__bucket']
|
|
|
endpoint = vodqs[0]['bucket__endpoint']
|