QOE::enable

Description

Deprecated: This command enables the video QOE filter and allows processing video on a connection basis. It is preferred to enable QOE if the connection contains video with formats like MP4, FLV, their derivitives, or Apple HLS.

Syntax

QOE::enable

Examples

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