Skip to content

Commit eb66316

Browse files
Recording Job SourceToken clarified for Media2 profile (#720)
* Clarified SourceToken requirement for Media2 profile * reformatting * updated requirement text in onvif.xsd
1 parent 8e86865 commit eb66316

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

doc/RecordingControl.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,19 @@ Change Request 2061, 2063, 2065, 2109</revremark>
556556
<para>
557557
<emphasis role="bold">EventFilter:</emphasis> This set of parameters allows to control recording depending on a given set of event condititions.</para>
558558
<para>
559-
<emphasis role="bold">SourceToken</emphasis>: This field shall be a reference to the source of the data. The type of the source is determined by the attribute Type in the SourceToken structure. If Type is http://www.onvif.org/ver10/schema/Receiver, the token is a ReceiverReference. In this case the device shall receive the data over the network. If Type is http://www.onvif.org/ver10/schema/Profile, the token identifies a media profile, instructing the device to obtain data from a profile that exists on the local device. </para>
560-
<para>A device that includes the ONVIF Media Service shall support a Media Profile token and a device that includes the ONVIF Receiver Service shall support a Receiver token.</para>
559+
<emphasis role="bold">SourceToken</emphasis>: This field shall be a reference to the
560+
source of the data. The type of the source is determined by the attribute Type in the
561+
SourceToken structure. If Type is http://www.onvif.org/ver10/schema/Receiver, the token is
562+
a ReceiverReference. In this case the device shall receive the data over the network. If
563+
Type is http://www.onvif.org/ver10/schema/Profile, the token identifies a media profile,
564+
provisioned via the ONVIF Media Service or the ONVIF Media2 Service, instructing the
565+
device to obtain data from a profile that exists on the local device.
566+
</para>
567+
<para>
568+
A device that includes the ONVIF Media Service or ONVIF Media2 service shall support a
569+
Media Profile token. A device that includes the ONVIF Receiver Service shall support a
570+
Receiver token.
571+
</para>
561572
<para>
562573
<emphasis role="bold">AutoCreateReceiver</emphasis>: If a request includes this field set to true and no source token is provided, the device shall create a
563574
receiver object (through the receiver service) and assign the ReceiverReference to the

wsdl/ver10/schema/onvif.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8565,8 +8565,8 @@ and sample rate. </xs:documentation>
85658565
is determined by the attribute Type in the SourceToken structure. If Type is
85668566
http://www.onvif.org/ver10/schema/Receiver, the token is a ReceiverReference. In this case
85678567
the device shall receive the data over the network. If Type is
8568-
http://www.onvif.org/ver10/schema/Profile, the token identifies a media profile, instructing the
8569-
device to obtain data from a profile that exists on the local device.</xs:documentation>
8568+
http://www.onvif.org/ver10/schema/Profile, the token identifies a media profile, provisioned via the ONVIF Media Service or the ONVIF Media2 Service,
8569+
instructing the device to obtain data from a profile that exists on the local device.</xs:documentation>
85708570
</xs:annotation>
85718571
</xs:element>
85728572
<xs:element name="AutoCreateReceiver" type="xs:boolean" minOccurs="0">

0 commit comments

Comments
 (0)