we have issues with the FindRecording method in serach.wsdl when using the ONVIF bridge.
this method is marked as implemented in the document, and it is primary source of getting list of camera recordings.
There is no example in the ONVIF Bridge user guide, so we looked to the official Onvif spec, we’ve used this example http://pdn.pelco.com/blog/retrieving-recorded-video-onvif-device#sthash.jLs1wM7i.MAmaUTxu.dpbs
When we try to call the method like this:
var searchToken = searchClient.FindRecordings(new SearchService.SearchScope(), 10, “PT0H0M0.05S”);
this corresponds to call of methd 5. FindRecordings https://www.onvif.org/ver10/search.wsdl
it returns invalid TCP packet (apparently invalid argument).
So our questions are:
-
Can we please confirm that the FindRecording and search.wsdl methods are working? Can you provide some code sample or some way we can see that we can get a list of avalable camera recordings?
-
what is the response we should expect and can you provide some examples?



