README
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 1k
Category:

Streaming_Mpeg4

Development Platform:

C/C++

  1. RtspClientInteract:
  2. Main test program to generate RTSP requests.
  3. Run as: ./RtspClientInteract rtspserver.company.com 8554
  4. Usage:  Type in "<command> <sessionId|0>
  5.         Ie, "D 0"           -> describe 
  6.             "S 0"           -> setup
  7.             "P 483039174"   -> play
  8.             "T 483039174"   -> teardown
  9. See the source code for command modifications.
  10. RtspClient:
  11. Old outdated test program.  RtspClientInteract is the new version.
  12. RtspTcpClient:
  13. Tests mediaServer TCP connection handling.