ltm rule command RTSP versionΒΆ

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



RTSP::version
       Returns the version in the current RTSP request/response.

SYNOPSIS
       RTSP::version

DESCRIPTION
       Returns the version (for example, RTSP/1.0) in the current RTSP
       request/response. You can use this command to determine if RTSP is
       being tunneled over HTTP on the RTSP port (the version would be an HTTP
       version). The command is valid in the RTSP_REQUEST and RTSP_RESPONSE
       events.

       Syntax

       RTSP::version

	    * Returns the version (for example, RTSP/1.0) in the current RTSP
	      request/response.

RETURN VALUE
       Returns the version in the current RTSP request/response.

VALID DURING
EXAMPLES
	rule xxx {
	    when RTSP_REQUEST {
		puts [RTSP::version]
	    }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.4.3 --First introduced the command.



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