RTSP::status

Description

Returns the HTTP style status code (for example, 200 or 401) from the current RTSP response.

Syntax

RTSP::status

RTSP::status

  • Returns the HTTP style status code (for example, 200 or ‘’’401*) from the current RTSP response.

Examples

rule xxx {
    when RTSP_RESPONSE {
        puts [RTSP::status]
    }
}