ltm rule event RTSP REQUESTΒΆ

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



RTSP_REQUEST
       Triggered after a complete request has been received from either the
       client or the server.

DESCRIPTION
       Triggered after a complete request has been received from either the
       client or the server. You can use the RTSP::msg_source command to
       determine if the message originated from the client or server.

Examples
	when RTSP_REQUEST {
	    RTSP::collect 10
	}
	when RTSP_REQUEST_DATA {
	    RTSP::release
	}

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



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