1
|
# RTSP - Real Time Streaming Protocol - http://www.rtsp.org - RFC 2326
|
2
|
# Pattern attributes: good notsofast notsofast
|
3
|
# Protocol groups: streaming_video ietf_proposed_standard
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/RTSP
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# usually runs on port 554
|
8
|
#
|
9
|
# To take full advantage of this pattern, please see the RTSP connection
|
10
|
# tracking patch to the Linux kernel referenced at the above site.
|
11
|
#
|
12
|
# This pattern has been tested and is believed to work well.
|
13
|
|
14
|
rtsp
|
15
|
rtsp/1.0 200 ok
|