Give the possibility to set basic authorization to access the rtsp
stream. OPTIONS request are excluded from the authorization process and
are always available even without credentials.
Once Basic authorization is activated the stream is no longer available without username and password. (VLC will ask for them).
The stream can be requested with an uri like : rtsp://user:password@host:port
Give the possibility to set basic authorization to access the rtsp stream. OPTIONS request are excluded from the authorization process and are always available even without credentials.
Simply call
to activate Basic authorization.
Once Basic authorization is activated the stream is no longer available without username and password. (VLC will ask for them). The stream can be requested with an uri like : rtsp://user:password@host:port