Skip to content

Commit 8524746

Browse files
committed
editorial changes
editorial changes
1 parent 9344f7f commit 8524746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wsdl/ver10/replay.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
6060
<xs:documentation>Indicates support for playback media streaming via RTSPS and SRTP.</xs:documentation>
6161
</xs:annotation>
6262
</xs:attribute>
63-
<xs:attribute name="SupportedSRTPProtocolAlgorithms" type="tt:StringAttrList" minOccurs="0">
63+
<xs:attribute name="SupportedSRTPProtocolAlgorithms" type="tt:StringAttrList">
6464
<xs:annotation>
65-
<xs:documentation>If secure RTSP playback streaming is supported, this shall return the list of supported cryptographic algorithms as defined by tt:SrtpSecurityAlgorithms.</xs:documentation>
65+
<xs:documentation>If SRTP playback streaming is supported, this shall return the list of supported cryptographic algorithms as defined by tt:SrtpSecurityAlgorithms.</xs:documentation>
6666
</xs:annotation>
6767
</xs:attribute>
6868
<xs:anyAttribute processContents="lax"/>

wsdl/ver10/schema/onvif.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8776,7 +8776,7 @@ and sample rate. </xs:documentation>
87768776
</xs:element>
87778777
<xs:element name="SRTPProtocolAlgorithm" type="xs:string" minOccurs="0">
87788778
<xs:annotation>
8779-
<xs:documentation>Defines the cryptographic algorithm to use as defined by tt:SrtpSecurityAlgorithms</xs:documentation>
8779+
<xs:documentation>If SRTP playback streaming is supported, this optional parameter specifies the cryptographic algorithm to be used for the SRTP playback session, as defined by tt:SrtpSecurityAlgorithms.</xs:documentation>
87808780
</xs:annotation>
87818781
</xs:element>
87828782
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <!-- first Vendor then ONVIF -->

0 commit comments

Comments
 (0)