When guest preview function is enabled, the firmware ignores the account name and password which they are not in the firmware account database in the streaming request frames and URL commands.
The firmware sends the video/audio streams to remote hosts event the account name and password are not correct or missed.
The authority level of guest preview is the same as the USER level.When guest preview function is enabled, some URLs needs authentication (most of them need root authority). These commands are
- URLs in system CGI
- FACTORY_DEFAULT
- CONFIG_RESET
- SAVE_REBOOT, SAVE, REBOOT
- SERVER_REPORT
- All account URLs
- All URLs in update CGI
By default, the guest preview function is disabled.
0 or 1
where
0 : Disabled, 1 : Enabled.
GUEST_PREVIEW='0'
OK: GUEST_PREVIEW='0'
or
ERROR: GUEST_PREVIEW='0'
or
ERROR: GUEST_PREVIEW not found
Platform Devices Supported Firmware Version PlatformA1 All Cameras A1D-500-V6.02 and later
Valid
None
http://ip:port/cgi-bin/system?USER=admin&PWD=123456&GUEST_PREVIEW
or
http://ip:port/cgi-bin/cmd/system?GUEST_PREVIEW
http://ip:port/cgi-bin/system?USER=admin&PWD=123456&GUEST_PREVIEW=0
or
http://ip:port/cgi-bin/cmd/system?GUEST_PREVIEW=0