Skip to content
Open
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
4ea4f5c
Define new ListRecordingSegments API
jflevesque-genetec Apr 2, 2024
f77c1f7
Add export segment API
jflevesque-genetec Apr 23, 2024
93373a3
Update wsdl
jflevesque-genetec Apr 25, 2024
7cf26eb
Update doc and add storage strategy
jflevesque-genetec May 23, 2024
fe536ee
Add annex
jflevesque-genetec Jun 5, 2024
c1175a8
Change segments API to use RecordingToken instead of RecordingJobToken
jflevesque-genetec Jul 9, 2024
5855d97
Add video source token to the RecordingSourceInformation
jflevesque-genetec Jul 9, 2024
786e45f
Update search API to have paging for ListRecordedSegments
jflevesque-genetec Jul 9, 2024
e06ee90
Update ExportRecordedSegments API to have paging
jflevesque-genetec Jul 9, 2024
62ee7ba
Add optional override storage configuration for export segments
jflevesque-genetec Sep 11, 2024
a9c3b02
Remove dependency on Device Mgmt by using StorageToken
jflevesque-genetec Sep 11, 2024
a97698b
Apply F2F suggestions for export
jflevesque-genetec Sep 12, 2024
b5acbfb
Apply suggestion for Search API from F2F
jflevesque-genetec Sep 12, 2024
7f39c1c
Move ListRecordedSegments from RecordingSearch to RecordingControl
jflevesque-genetec Oct 3, 2024
8d6e74c
Changed should to shall in export annex
jflevesque-genetec Oct 7, 2024
14fd86d
Add missing param in the specification
jflevesque-genetec Oct 22, 2024
f4aa907
Rename OmitSeqNumber to ForceZeroCounter
jflevesque-genetec Oct 22, 2024
891e81d
Fix a typo
jflevesque-genetec Nov 12, 2024
ae2d752
Fix namespaces from move from search service
jflevesque-genetec Nov 14, 2024
e8e971b
Minor updates based on San Diego F2F and prototyping
jflevesque-genetec Nov 20, 2024
f8cbb24
Update doc/RecordingControl.xml
jflevesque-genetec Feb 5, 2025
3453071
Update doc/RecordingControl.xml
jflevesque-genetec Feb 5, 2025
c5c9483
Update doc/RecordingControl.xml
jflevesque-genetec Feb 5, 2025
0110c68
Merge with override. Move StorageStrategy before the ##any
jmelancondev Mar 4, 2025
a3576f8
Unify maximum number of results request parameter and make it everywh…
HansBusch Mar 24, 2025
217dbe3
Segment Playback XML syntax fixes (#540)
HansBusch Apr 2, 2025
4b0beb7
Fix StopExportRecordedSegments response. VisualStudio needs empty seq…
HansBusch Apr 3, 2025
fe0dc83
Combine encapsulate response parameters. (#550)
HansBusch Apr 3, 2025
7e2ee39
Use xs:string for passing tt:TrackType to workaround Visual Studio op…
HansBusch Apr 8, 2025
b8b9f28
Improve export specification requirements (#541)
HansBusch Apr 15, 2025
26b4785
Document storage strategy and add configuration faults in case of mis…
HansBusch May 8, 2025
8442815
Remove requirement for StoragePath.
HansBusch May 14, 2025
45f15f7
Add fault section for ListRecordedSegments
jflevesque-genetec May 28, 2025
1bea111
Add another fault code
jflevesque-genetec May 28, 2025
7c7328d
Fix typo
jflevesque-genetec May 29, 2025
17fe7ed
Include optional alias when exporting segments
jflevesque-genetec Jun 5, 2025
834126a
Remove GetExportRecordedSegmentsState
jflevesque-genetec Jun 5, 2025
a37357c
Reword when the event is being raised
jflevesque-genetec Jun 5, 2025
e78d3cb
Add any element
jflevesque-genetec Jun 5, 2025
af89896
Fix typo
jflevesque-genetec Jun 5, 2025
f7bd8cb
Change Alias to SimpleItem
jflevesque-genetec Jun 13, 2025
4d9b29a
Merge pull request #582 from onvif/video/segment-based-playback-remov…
jflevesque-genetec Jul 15, 2025
4e63de6
Merge pull request #581 from onvif/video/segment-based-playback-alias
jflevesque-genetec Jul 15, 2025
0ec54a6
Clarify wording for ExportRecordedSegments
jflevesque-genetec Aug 12, 2025
f92f02a
Finish clean up of wsdl for stuff related to GetExportRecordedSegment…
jflevesque-genetec Sep 24, 2025
97d6d82
Update revision history
jflevesque-genetec Oct 2, 2025
eff0940
Add Fault if StorageStrategy is not supported
jflevesque-genetec Oct 2, 2025
5cb71af
Clarified StorageStrategy usage
jflevesque-genetec Oct 2, 2025
e3a3e75
Add clarification for segment inclusion based on time range
jflevesque-genetec Oct 2, 2025
49f72ab
Clean up leftover mentions for stuff that were dropped
jflevesque-genetec Oct 2, 2025
3fe8f7d
Replace must by shall
jflevesque-genetec Oct 2, 2025
a61ce1a
Merge development into branch
jflevesque-genetec Oct 2, 2025
4fdd421
Fix document
jmelancondev Oct 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
jflevesque-genetec committed Jun 5, 2025
commit af89896ad0cbdd05a1307e9b12c9ab8c8de926cb
2 changes: 1 addition & 1 deletion wsdl/ver10/recording.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
</xs:element>
<xs:element name="Alias" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>An optional alias that shall be included in the Monitoring/AsynchronousOperationStatus event.</xs:documentation>
<xs:documentation>An optional alias that shall be included in the Monitoring/AsynchronousOperationStatus events.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StorageToken" type="tt:ReferenceToken" minOccurs="0" maxOccurs="1">
Expand Down