ltm rule command QOE enableΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

QOE::enable
       Deprecated: Enables the video QOE filter and allows processing video on a connection basis.

SYNOPSIS
DESCRIPTION
       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.

       QOE::enable

RETURN VALUE
VALID DURING
       QOE_PARSE_DONE, HTTP_RESPONSE, HTTP_REQUEST, CLASSIFICATION_DETECTED

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

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.5.0 --First introduced the command.  @BIGIP-15.0.0 --Deprecated the command.

BIG-IP						      2020-06-23					     iRule(1)