meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cctv:nvr:hik:rtsp [2023/02/13 12:32] niziakcctv:hik:rtsp [2023/11/12 15:18] (current) niziak
Line 1: Line 1:
-====== RTSP streams ======+====== URLs RTSP streams ======
  
 When ISAPI is enabled it is possible to get access to live streams or records. When ISAPI is enabled it is possible to get access to live streams or records.
Line 5: Line 5:
 HTTP Digest auth is used for RTSP streams. E.g. VLC player will ask for username and password. HTTP Digest auth is used for RTSP streams. E.g. VLC player will ask for username and password.
 It is also possible to add username and password into URL: <code>rtsp://user:pass@example.com:554/ISAPI/streaming/tracks/101</code> It is also possible to add username and password into URL: <code>rtsp://user:pass@example.com:554/ISAPI/streaming/tracks/101</code>
 +
 +
 +===== Live streams =====
 +
 +Main stream URLs:
 +
 +  * <code>rtsp://example.com:554/ISAPI/streaming/channels/101</code>
 +  * <code>rtsp://example.com:554/ISAPI/streaming/channels/1601</code>
 +
 +
 +Substream URLs:
 +
 +  * <code>rtsp://example.com:554/ISAPI/streaming/channels/102</code>
 +  * <code>rtsp://example.com:554/ISAPI/streaming/channels/1602</code>
 +
 +
 +==== Recordings ====
  
  
Line 10: Line 27:
  
   * <code>rtsp://example.com:554/ISAPI/streaming/tracks/101</code>   * <code>rtsp://example.com:554/ISAPI/streaming/tracks/101</code>
 +  * <code>rtsp://example.com:554/ISAPI/streaming/tracks/101?starttime=20230307T120300z</code> 
   * <code>rtsp://example.com:554/ISAPI/streaming/tracks/1601</code>   * <code>rtsp://example.com:554/ISAPI/streaming/tracks/1601</code>
 +
 +