QOE::disable

Description

Deprecated: This command disables the video QOE filter from processing any video or non-video traffic on a connection basis. It is preferred to disable QOE if the connection doesn’t contain video with formats like MP4, FLV, their derivitives, or Apple HLS.

Syntax

QOE::disable

Examples

when HTTP_REQUEST {
  if {not ([HTTP::uri] contains "any_video_string")} {
    QOE::disable
  }
}