ltm rule command QOE videoΒΆ

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



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

SYNOPSIS
       QOE::video ('width'	      |
			   'height'	      |
			   'duration'	      |
			   'available'	      |
			   'framerate'	      |
			   'nominal_bitrate'  |
			   'average_bitrate'  |
			   'freeze_period'    |
			   'freeze_frequency' |
			   'mos')

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.



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