-
Notifications
You must be signed in to change notification settings - Fork 120
Dynamic GOV / FPS and compression #741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -797,6 +797,22 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO | |||||
| </xs:sequence> | ||||||
| </xs:complexType> | ||||||
| <!--===============================--> | ||||||
| <xs:complexType name="DynamicEncoding"> | ||||||
| <xs:sequence> | ||||||
| <xs:element name="DynamicGov" type="xs:boolean" minOccurs="0"> | ||||||
| <xs:annotation> | ||||||
| <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:annotation> | ||||||
| </xs:element> | ||||||
| <xs:element name="DynamicFPS" type="xs:boolean" minOccurs="0"> | ||||||
| <xs:annotation> | ||||||
| <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> | ||||||
cemond-genetec marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| <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>Indicates that device is allowed to skip unnecessary P-frames. To ensure a minimum framerate, enable GuaranteedFrameRate and set FrameRate.</xs:documentation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As there will always be some motion and depends on what we classify as motion and it gets into the details, to avoid such ambiguity, we recommend to remove 'no motion'.
Uh oh!
There was an error while loading. Please reload this page.