GetRtspSessions

The GetRtspSessions action returns a summary of the RTSP clients that are taking video from VMS.

Active sessions are sessions that are currently receiving video from VMS. Init sessions are sessions that have finished.

Ready sessions are sessions that are no longer active but for which an RTSP TEARDOWN method has not been received. Ready sessions should time-out and be moved to Init sessions. If there is no RTSP activity, there should be no Ready sessions. If there are, this might indicate a problem with VMS's RTSP server.

The number of Active sessions added to the number of Init sessions gives the maximum number of concurrent sessions reached since VMS started.

Example

http://localhost:15000/action=GetRtspSessions

Response

<summary>3 Active Sessions, 10 Init sessions, 0 Ready sessions</summary> 
<session>Client 1 active@ 10.2.110.107</session>
<session>Client 2 active@ 10.2.110.107</session>
<session>Client 3 active@ 10.2.110.107</session>

_FT_HTML5_bannerTitle.htm