ltm rule command QOE videoΒΆ

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



QOE::video
       Deprecated: Returns a set of video QOE attributes from the current
       video connection.

SYNOPSIS
DESCRIPTION
       This command returns a set of video QOE attributes from the current
       video connection.

       QOE::video width

	    * Returns the video width.

       QOE::video height

	    * Returns the video height.

       QOE::video duration

	    * Returns the video duration.

       QOE::video available

	    * Returns 1 if a valid QOE result can be retrieved and 0 if QOE
	      result is not available for any reasons.

       QOE::video framerate

	    * Returns the video frame rate.

       QOE::video nominal_bitrate

	    * Returns the nominal bit rate.

       QOE::video average_bitrate

	    * Returns teh actual bit rate the client side experiences. When
	      average < nominal, it may indicate a degraded user experience.

       QOE::video mos

	    * Returns the overall score of the video session based on the network
	      condition and the static video attributes.

RETURN VALUE
VALID DURING
       QOE_PARSE_DONE, CLIENT_CLOSED

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



BIG-IP				  2019-05-10			      iRule(1)