README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

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.