Hi
I don’t get any search results when calling the above endpoint. I’m starting the search with
<FindRecordings xmlns=“http://www.onvif.org/ver10/search/wsdl” >
<Scope>
<IncludedSources xmlns="[http://www.onvif.org/ver10/schema](http://www.onvif.org/ver10/schema "http://www.onvif.org/ver10/schema")">
<Token>1cee5558-f385-4a22-b691-149812fcfe4b</Token>
</IncludedSources>
<RecordingInformationFilter xmlns="[http://www.onvif.org/ver10/schema](http://www.onvif.org/ver10/schema "http://www.onvif.org/ver10/schema")">
</RecordingInformationFilter>
</Scope>
<MaxMatches>1000</MaxMatches>
<KeepAliveTime>PT0H0M0.05S</KeepAliveTime>
</env:Body>
</env:Envelope>
Note, I have removed the search filter to hopefully widen the search.
Them, if I use the search token in GetRecordingSearchResults, like this…
</env:Header>
<GetRecordingSearchResults xmlns="[http://www.onvif.org/ver10/search/wsdl](http://www.onvif.org/ver10/search/wsdl "http://www.onvif.org/ver10/search/wsdl")">
<SearchToken>f13501bd-a00f-4d5e-acce-6c7dddac4f6a</SearchToken>
<MinResults>1</MinResults>
<WaitTime>PT5S</WaitTime>
</GetRecordingSearchResults>
</env:Body>
</env:Envelope>
I get…
<tse:GetRecordingSearchResultsResponse>
<tse:ResultList>
<tt:SearchState>Completed</tt:SearchState>
</tse:ResultList>
</tse:GetRecordingSearchResultsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
However, I know there are 11 recordings available because from the GetRecordingSummary, I get this response
<tse:GetRecordingSummaryResponse>
<tse:Summary>
<tt:DataFrom>2025-05-03T15:13:38Z</tt:DataFrom>
<tt:DataUntil>2025-06-02T16:03:49Z</tt:DataUntil>
<tt:NumberRecordings>11</tt:NumberRecordings>
</tse:Summary>
</tse:GetRecordingSummaryResponse>
I originally posted a comment to this thread, however I then deleted it because I reaslised I wasn’t reading the latest comments, including from @Nikolay Dimitrov.
I did try your entire request object (only changing the camera token) where the search filter was all on one line, but it didn’t seem to help in my case.
I wondered if it might be because we do not have a schedule set up. All 11 cameras record continuously. I did try adjusting the search filter to go back far enough in time (3 months) to cross a boundary, but no success yet.
So, I know there are some recordings available, but I’m not sure how to get them at this stage. I am using version 24.1.1 of the Open Network Bridge. I’m not sure if this corresponds with the ONVIF Bridge too.
I appreciate any help you can give me.
PS I have attached a Wireshark capture of the exchange. I’ve reduced some of the XML too
-Richard
