chanjunkai 5 년 전
부모
커밋
3f691db572
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -256,7 +256,7 @@ class oa2RtspStartView(TemplateView):
                 'authorizationTypes': ['NONE'],
                 'uri': rtsp_uri
             }
-            time.sleep(2)
+            # time.sleep(1)
             # if send_flag:
             #     redisObj.set_data(key=key, val=str(res_json), expire=30)
             return JsonResponse(res_json, safe=False)