You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Media.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1838,6 +1838,9 @@ The ForcePersistence element is obsolete and should always be assumed to be true
1838
1838
<listitem>
1839
1839
<para>MPEG4/H264 specifics – Defines the encoding profile and GOV length [frame].</para>
1840
1840
</listitem>
1841
+
<listitem>
1842
+
<para>DynamicEncoding - Defines the dynamic GOV and FPS.</para>
1843
+
</listitem>
1841
1844
</itemizedlist>
1842
1845
<para>TheVideoEncoderConfiguration structure also contains multicast parameters and a session timeout to define video streaming behaviour. If a VideoEncoderConfiguration is used inside a profile its UseCount parameter is increased to indicate that changing this configuration could affect other users.</para>
1843
1846
<para>If the whole RateControl parameter structure is missing the current state of rate control is undefined and vendor specific. A device, supporting disabling rate control mechanisms shall reflect that by omitting the RateControl element after removal by a client otherwise it shall return the current values used for RateControl. If RateControl is missing, the respective options define whether a RateControl element can be (re-)added.</para>
<xs:documentation>dynamic or fixed. Dynamic mode allows to skip unnecessary I-frames when there is no motion.</xs:documentation>
804
+
<xs:documentation>Indicates if device is allowed to skip unnecessary I-frames when there is no motion. The GovLength is the maximum interval rather than a fixed value.</xs:documentation>
<xs:documentation>The maximum interval in which the I-Frames can be coded when configured in dynamic GovMode. This value is based on the configured maximum frame rate.</xs:documentation>
809
+
<xs:documentation>Indicates that device is allowed to skip unnecessary P-frames when there is no motion. To ensure a minimum framerate, enable GuaranteedFrameRate and set FrameRate.</xs:documentation>
<xs:documentation>Level of compression of how the device can dynamically lower quality outside region of interest. 0 is disabled. At the maximum value, the highest compression is used.</xs:documentation>
825
-
</xs:annotation>
826
-
</xs:element>
827
-
<xs:anynamespace="##any"processContents="lax"minOccurs="0"maxOccurs="unbounded"/> <!-- first Vendor then ONVIF -->
812
+
<xs:anynamespace="##any"processContents="lax"minOccurs="0"maxOccurs="unbounded"/> <!-- first ONVIF then Vendor -->
828
813
</xs:sequence>
829
814
</xs:complexType>
830
815
<!--===============================-->
@@ -1100,11 +1085,6 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
1100
1085
<xs:documentation>Optional element to configure rate control related parameters.</xs:documentation>
<xs:documentation>Defines the multicast settings that could be used for video streaming.</xs:documentation>
@@ -1115,6 +1095,11 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
1115
1095
<xs:documentation>Relative value for the video quantizers and the quality of the video. A high value within supported quality range means higher quality</xs:documentation>
0 commit comments