Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This config holds authentication logins and passwords for RTSP streams. If the WCS server fetches a stream from the RTSP server and the stream is authentication protected, these data are used to receive access to this RTSP stream.

Example:

Code Block
languagebash
themeRDark
rtsp://demo.true-ip.ru:554/cam/realmonitor?channel=1&subtype=0 admin admin

In this example the following login and password are used to access the RTSP stream: login admin, password admin.

Changes in this file require restarting of the server. Dynamic authorization is also supported when login and password are specified in the URL of an RTSP stream, for instane:

Code Block
languagebash
themeRDark
rtsp://admin:admin@demo.true-ip.ru:554/cam/realmonitor?channel=1&subtype=0

You can read more about RTSP server interaction and playing a WebRTC stream in the browser in the Video stream capture via RTSP section.

Include Page
WCS5EN:Settings file rtsp.auth
WCS5EN:Settings file rtsp.auth