RTSP::uri

Description

Returns the complete URI of the RTSP request.

Syntax

RTSP::uri

RTSP::uri

  • Returns the complete URI of the RTSP request.

Examples

rule xxx {
    when RTSP_REQUEST {
        puts [RTSP::uri]
    }
}