Get or Set the device's Audio In (MIC or Line-IN) configuration. Check the device specification is needed before use this command. If the device does not have audio function, the command is read command and return 0 always.
If the device supports two-way audio, the Audio Out will be NOT disabled when the V2_AUDIO_ENABLED=0.
If the CHANNEL=n was not set with this URL to the multiple channel video encoder, this command is read-only command and the CHANNEL 1 video encoder's V2_AUDIO_ENABLED configuration will be returned. If the CHANNEL 1 video encoder does not connect to the router, the error message will be returned.
0 : Disabled
1 : Enabled
V2_AUDIO_ENABLED='1'
OK: V2_AUDIO_ENABLED='1'
or
ERROR: V2_AUDIO_ENABLED='1'
Valid
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_AUDIO_ENABLED
or
http://ip:port/cgi-bin/cmd/system?V2_AUDIO_ENABLED
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_AUDIO_ENABLED=1
or
http://ip:port/cgi-bin/cmd/system?V2_AUDIO_ENABLED=1