onvif
    Preparing search index...

    Interface Mpeg4Configuration

    interface Mpeg4Configuration {
        govLength: number;
        mpeg4Profile: Mpeg4Profile;
    }
    Index
    govLength: number

    Determines the interval in which the I-Frames will be coded. An entry of 1 indicates I-Frames are continuously generated. An entry of 2 indicates that every 2nd image is an I-Frame, and 3 only every 3rd frame, etc. The frames in between are coded as P or B Frames.

    mpeg4Profile: Mpeg4Profile

    the Mpeg4 profile, either simple profile (SP) or advanced simple profile (ASP)