|
@@ -265,7 +265,7 @@ class oa2RtspStartView(TemplateView):
|
|
|
return JsonResponse({'msg': 'wrong'})
|
|
|
|
|
|
def runSendRtspMsg(self, UID, PWD, MSG):
|
|
|
- return True
|
|
|
+ # return True
|
|
|
command = "./pushtool {UID} {PWD} {MSG} 1".format(UID=UID, PWD=PWD, MSG=MSG)
|
|
|
print('command=>{command}'.format(command=command))
|
|
|
try:
|