1<testcase>
2
3#Informational
4<info>
5<keywords>
6RTSP
7GET_PARAMETER
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data1>
14RTSP/1.0 200 OK
15Server: RTSPD/libcurl-test
16Session: getparams-test
17CSeq: 1
18
19</data1>
20
21<data2>
22RTSP/1.0 200 OK
23Server: RTSPD/libcurl-test
24Session: getparams-test
25Content-Type: text/parameters
26Content-Length: 32
27Cseq: 2
28
29scale=enormous
30speed=ludicrous
31</data2>
32
33<data3>
34RTSP/1.0 200 OK
35Server: RTSPD/libcurl-test
36Session: getparams-test
37Cseq: 3
38
39</data3>
40
41<data4>
42RTSP/1.0 200 Okie Dokie
43Server: RTSPD/libcurl-test
44Session: getparams-test
45Cseq: 4
46Content-Length: 37
47
48packets_received: 1000
49jitter: 0.314
50</data4>
51<data5>
52RTSP/1.0 200 OK
53Server: RTSPD/libcurl-test
54Session: getparams-test
55CSeq: 5
56Curl-private: swsclose
57Informational: Empty Options Response
58
59</data5>
60</reply>
61
62# Client-Side
63<client>
64<server>
65rtsp
66</server>
67<tool>
68lib572
69</tool>
70
71<name>
72RTSP GET_PARAMETER (Put/Heartbeat/Post)
73</name>
74<command>
75rtsp://%HOSTIP:%RTSPPORT/572
76</command>
77# file written before test command runs
78<file name="log/file572.txt">
79scale
80speed
81</file>
82</client>
83
84<verify>
85<strip>
86^If-Modified-Since:.*
87</strip>
88<protocol>
89SETUP rtsp://%HOSTIP:%RTSPPORT/5720001 RTSP/1.0
90CSeq: 1
91Transport: Planes/Trains/Automobiles
92
93GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/5720002 RTSP/1.0
94CSeq: 2
95Session: getparams-test
96Content-Length: 12
97Content-Type: text/parameters
98
99scale
100speed
101GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/5720003 RTSP/1.0
102CSeq: 3
103Session: getparams-test
104
105GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/5720004 RTSP/1.0
106CSeq: 4
107Session: getparams-test
108Content-Length: 24
109Content-Type: text/parameters
110
111packets_received
112jitter
113OPTIONS rtsp://%HOSTIP:%RTSPPORT/5720005 RTSP/1.0
114CSeq: 5
115Session: getparams-test
116
117</protocol>
118</verify>
119
120</testcase>
121
122