I am able to view video playback using the vod RTSP link. The GetRecordingSummary method also returns results. However I have no success in getting the recording details using the FindRecordings method. I have attached the xml requests and responses. Any help in finding the mistake and getting it to give results would be greatly appreciated.
Hi Ruskin,
Here is detail desctiprion about FindRecordings parameters.
Send FindRecordings request with the following parameters, which are mandatory:
SearchScope->IncludedSources->Token – you must provide the camera GUID token
SearchScope->RecordingInformationFilter – string with the following parameters: “XPath expression,timestamp,maxTimeBefore,maxCountBefore,maxTimeAfter,maxCountAfter”
Timestamp of the request time in UTC format,
maxTimeBefore is time before the requested time stamp in milliseconds,
maxCountBefore is the maximum number of tracks before requested time stamp,
maxTimeAfter is time after the requested time stamp in milliseconds,
maxCountAfter is the maximum number of tracks after requested time stamp.
Example = “boolean(//Track[TrackType = “Video”]),2016-12-06T08:07:43Z,99999999,20,99999999,20”
This is only example. Please try to set paramters diffrently, to get results.