Using ONVIF to obtain recorded video segment information to construct a playback timeline

I would like to use onvif to get recorded video data within a track, so I can construct a playback timeline that will show gaps in recorded video. FindRecordings + GetRecordingsSearchResults only returns start and end of the entire recording. Seems like I should be able to use FindEvents + GetEventsSearchResults to get start and and times of playable video within a recording, but I am having trouble with event SearchFilter. Is this possible, and if so can someone provide me with an example EventFilter?

Hi Will,

My tests with FindRecordings show that it returns a proper list of recording sequences for a given camera.

Are you sure your ONB configuration in the Management client is correct?

Br,

Nikolay

Hi Nikolay,

Thanks so much! This is exactly what I needed to get the data I require.