|
@@ -307,8 +307,6 @@ class deviceStatus(TemplateView):
|
|
|
# has_rtsp_url = UidRtspModel.objects.filter(rtsp_url='RFJrWk9OVVJPUVRnM1IxaFNXazFFUXpFeE1VRT1U').values('uid')
|
|
|
if has_rtsp_url.exists():
|
|
|
send_flag = self.runSendStop(has_rtsp_url[0]['uid'], has_rtsp_url[0]['password'], push_path)
|
|
|
- print(send_flag)
|
|
|
- exit()
|
|
|
if send_flag:
|
|
|
return JsonResponse({'res':'success'})
|
|
|
else:
|