dvrip
dvrip copied to clipboard
Python DVRIP (Xiongmai, XMEye, Sofia protocol) library and tools
I start it with following command: ``` dvr -h 192.168.117.101 -u admin cat '/idea0/2020-10-24/001/08.28.17-08.28.45[M][@2d10][0].h264' ``` and get video from 2020-10-01
Hi Alex, thank you for great job. Awsame! I'm trying to integrate this library with Home-Assistant. My concern is to make it work async. Home Assistant is using asyncio and...
hello! i've wrote example code of core features from this project, so you can just use it as a wiki. the snapshoting function now relies on PyAV library which costs...
Failing with #6, we're proceeding with `python3.7 -m venv ...`. Looking at setup.py there're bunch of `dvr-*` entrypoint. But running them have no effect: ~~~ (.venv) dvrip$ dvr-info Usage: info...
I'm not sure if I find empathy here, but my system is not made of rubber. If I'll install all the things I try (even in virtualenv), it will be...
Hi, Can you add capability to change settings of camera? I have the communication between XMeye and Camera recorded, and this is how it goes: ..... ...........I...{ "Camera.Param.[0]" : {...
Sometimes cams closes (sends FIN+ACK) connection and you'll start reading 0 bytes from socket, causing infinity loop. This PR fix it.
Looks good from peeking into the code - but how to use? I don't seem to even be able to install it (on Ubuntu 20 - I don't have much...
Hi, thank you for the project. I am trying to download all video files which I list with conn.files() This is the function I am using: ``` def download(file): socket...