test567 583 B

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