xref: /curl/tests/data/test567 (revision e2b4df7b)
1<testcase>
2
3#Informational
4<info>
5<keywords>
6RTSP
7OPTIONS
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14RTSP/1.0 200 OK
15Server: RTSPD/libcurl-test
16CSeq: 1
17Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
18Curl-Private: swsclose
19</data>
20</reply>
21
22# Client-Side
23<client>
24<server>
25rtsp
26</server>
27<tool>
28lib%TESTNUMBER
29</tool>
30
31<name>
32simple RTSP OPTIONS command
33</name>
34<command>
35rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER
36</command>
37</client>
38
39<verify>
40<protocol>
41OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
42CSeq: 1
43User-Agent: test%TESTNUMBER
44Test-Number: %TESTNUMBER
45
46</protocol>
47</verify>
48
49</testcase>
50