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