Search found 5 matches
- Tue May 19, 2020 1:13 pm
- Forum: Blue Iris 5
- Topic: Delet a video by json
- Replies: 6
- Views: 8749
Re: Delet a video by json
i figure it out hope i can help some one else with that. import json import hashlib from urllib.request import Request, urlopen def Send(request): jsonRequest = json.dumps(request).encode('ascii') request = Request(url, jsonRequest) response = urlopen(request).read().decode() jsonResponse = json.loa...
- Mon May 18, 2020 6:19 pm
- Forum: Blue Iris 5
- Topic: Delet a video by json
- Replies: 6
- Views: 8749
Re: Delet a video by json
So i got this: URL = "http://user:Password@192.168.1.9:81/json" r = requests.post(URL, data=json.dumps({"delclip":"@344249"})) print(r.text) print(r) and the answer is this: {"result":"fail"} <Response [200]> Do know what i have to change or add, so ...
- Sat May 16, 2020 2:39 pm
- Forum: Blue Iris 5
- Topic: Delet a video by json
- Replies: 6
- Views: 8749
Re: Delet a video by json
So now there is the picture ;D
- Thu May 14, 2020 11:39 am
- Forum: Blue Iris 5
- Topic: Delet a video by json
- Replies: 6
- Views: 8749
Delet a video by json
Hi i like to do delet recorded videos by a json command Blue Iris send told me with {delclip:@record#} it should work. The number i record# i get back from a get request when i stop recording a video. What i need more is that i probably have to give a authentification with as well. I'm stuck with th...
- Fri May 08, 2020 3:18 pm
- Forum: Blue Iris 5
- Topic: https commands with basic authentication
- Replies: 12
- Views: 66353
Re: https commands with basic authentication
uncheck the box "Use secure session keys..."
to log in its:
http://IP-Adress/admin?user=yourusernam ... Z&preset=1
it works for me, hope for you too;D
to log in its:
http://IP-Adress/admin?user=yourusernam ... Z&preset=1
it works for me, hope for you too;D