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:
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:
Partial Visual C++ .NET 2010 source code is available from SVN, release binary included (Win32).
RTSP compatible resources on the web:
- http://www.vivotek.com/pages/products/livedemo/livedemo.htm
- http://www.everbesthk.com/7-livedemo/live_demo.htm
- Vivotek IP7131 http://demo@ebdemo.8800.org:7131/cgi-bin/sysinfo.cgi
- Vivotek IP7138 http://demo@ebdemo.8800.org:7138/cgi-bin/sysinfo.cgi
- Vivotek IP7135 http://demo@ebdemo.8800.org:7130/cgi-bin/sysinfo.cgi
- LevelOne FCS-1030 http://demo@ebdemo.8800.org:1030/cgi-bin/sysinfo.cgi (Vivotek IP7135, LVLO)
- LevelOne FCS-1060 http://ebdemo.8800.org:1060/cgi-bin/sysinfo.cgi (Vivotek PT7135, LVLO)
- http://www.cameraquansat.com/cameraqs/
- http://www.acti.com/software/live_demo.Asp
- ACTi SED-2140 // TODO
See also Pixord RTSP hardware – https://alax.info/blog/345
In order to talk to Axis camera it is required to manually edit DESCRIBE request, adding “/mpeg4/media.amp” into URL. The messages are like these:
Hi,Alax ! Please,update your link to Alax.Info RTSP Client – the file is no longer available
I fixed the download link (use Save Target As… on download link or it will load as web page)