RTSP_AUTHEN
Description
Get or Set the RTSP Authentication function. For security consideration, there needs the RTSP authentication during the RTSP signalling between the encoder and remote device before the RTP video/audio streaming. However, some applications are not much security concerned, it allows to get the RTP video/audio streams without RTSP authentication. Then, this function is disabled. By default, this function is enabled.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the CHANNLE 1 video server's RTSP_AUTHEN configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
1: Disable
2: Enable
Attribute
Return of Message
RTSP_AUTHEN='2'
OK: RTSP_AUTHEN='2'
or
ERROR: RTSP_AUTHEN='2'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&RTSP_AUTHEN
or
http://ip:port/cgi-bin/cmd/system?RTSP_AUTHEN
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&RTSP_AUTHEN=2
or
http://ip:port/cgi-bin/cmd/system?RTSP_AUTHEN=2
Back to