onvif
    Preparing search index...

    Interface VideoRateControl

    interface VideoRateControl {
        bitrateLimit: number;
        encodingInterval: number;
        frameRateLimit: number;
    }
    Index
    bitrateLimit: number

    the maximum output bitrate in kbps

    encodingInterval: number

    Interval at which images are encoded and transmitted. (A value of 1 means that every frame is encoded, a value of 2 means that every 2nd frame is encoded ...)

    frameRateLimit: number

    Maximum output framerate in fps. If an EncodingInterval is provided the resulting encoded framerate will be reduced by the given factor.