sofiactl
sofiactl copied to clipboard
sofiactl is an open source cross-platform tool and sdk to control Sofia powered Hi35xx DVR devices
Mentioned in https://github.com/667bdrm/sofiactl/issues/10 Download speed is slow, but now it works! But still dont know how to extract sound from ".h264" files...
currently my command im using is: /home/pi/sofiactl/sofiactl.pl -u -p -host -port -c Download -bt 2022-05-27T08:45:00Z -et 2022-05-27T09:00:00Z -ch 7 --dl I'm doing the download from the same network as the...
When it try to download video files, after a bunch of downloads, the dvr crashes and the connection disconnects. has anyone else had this experience? Im attempting to backup a...
Hi, I'm newbie with Perl, I downloaded your project and try to run in cmd (win 10) , it works well for some commands. => good try Now i want...
Is it possible to download the audio stream from a recording along with the h264 video? My camera supports it and the iCsee app support it as well. I tried...
My device has telnet disabled. I think it could be enabled by `OPTelnetControl` command but I don't know the syntax. Is there some documentation where this can be looked up?...
Hello, I played with `ConfigSet` method and I think I broke the camera configuration on `HI3516`. Now if I call `sofiactl.pl --user admin --host 192.168.1.10 --port 34567 --command ConfigGet --co...
I get this ```./sofiactl.pl --user admin --pass 'password' --host 192.168.100.9 --port 34567 --command OPFileQuery --bt '2020-10-21T00:00:00Z' --et '2020-10-21T00:30:00Z' -ch 0 --dl``` ```decode_json exception. data:{ "AliveInterval" : 21, "ChannelNum" : 8,...
I run this command. I see video setting updated new config. But cammera not apply that config. Cammera apply new config When i change some thing config on my phone...
One of my cameras have poor ONVIF support, so NVR cannot get stream from it. I'm trying to set RTSP stream address for a channel directly, using sofiactl.pl As I...