我正在尝试从vivotek摄像机获取录音,使用onvif接口。我尝试使用函数exportRecordedData使用文档http://www.onvif.org/ver10/recording.wsdl,但是没有结果。
我搞错了
2022-06-10T04:39:59.728Z error: exportRecordedData(): Error: Error: ONVIF SOAP Fault: Operation Action Not Implemented. The requested action operation is not implemented by the device.发布于 2022-11-18 16:07:40
我认为ExportRecordedData()实现可能很少见(我认为TVT上没有它们,也没有Uniview)。
另一个选项是使用GetRecordings()返回的RTSP流。对于TVT,还有可供选择的url: rtsp://IP:port/chID=1&date=2020-03-09&time=17:00:00&timelen=100&StreamType=main.当使用来自GetRecordings()的URL时,TVT和Uniview都使用range处理RTSP播放的范围,但都存在一些问题-- TVT将所有的录音作为一个流播放(至少目前我无法区分它们),Uniview只播放第一次录制和指定的范围。
https://stackoverflow.com/questions/72569167
复制相似问题