ltm rule command QOE enableΒΆ

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



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

SYNOPSIS
       QOE::enable

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.



BIG-IP				  2017-01-31			      iRule(1)