chanjunkai 5 жил өмнө
parent
commit
ae465fb923
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -257,7 +257,7 @@ class oa2RtspStartView(TemplateView):
                 'uri': rtsp_uri,
                 'msg':send_flag
             }
-            # time.sleep(2)
+            time.sleep(1.5)
             if send_flag:
                 redisObj.set_data(key=key, val=str(res_json), expire=15)
             return JsonResponse(res_json, safe=False)