There has been a need in interactive RTSP (Real Time Streaming Protocol) utility to check RTSP-enabled MPEG-4 cameras - I did not find anything useful, so here goes in-house built one:

24-image001.PNG

Features:

  • TCP connections to RTSP servers (UDP is yet to do)
  • OPTIONS and DESCRIBE buttons provide templates for RTSP messages to send to RTSP server
  • Implements RFC 2617 Basic and Digest authentication (it will automatically provide Authorization header for Basic authentication with first DESCRIBE and after receiving 401 error with nonce value it will start providing Digest authentication with next DESCRIBEs
  • Prints traffic data with color highlighting and ability to copy/paste

See Also:

Compiled binary of Alax.Info RTSP Client is here.

RTSP compatible resources on the web: