JVC VN-V26U Security Camera User Manual


 
Allowed users admin, operator
Setting Status of Audio Multicast Streaming, or Save Changes for VN-V26
(VN-V26 Only)
Format
/api/param?network.destination(3).status=data
Example
/api/param?network.destination(3).status=start
Example of Response
network.destination(3).status&200 OK
Interpretation Start/stop audio multicast streaming, or save changes to multicast streaming settings. Specify
"start", "stop" or "save". Changes of multicast streaming settings become valid by "save".
Multicast stream is RTP compliant. If power becomes off during multicast streaming, the streaming starts
automatically after power on.
Allowed users admin, operator
Getting Audio Multicast Address from VN-V26 (VN-V26 Only)
Format
/api/param?network.destination(3).host
Example of Response
network.destination(3).host=225.0.1.3&200 OK
Interpretation Acquire audio multicast address.
Allowed users admin, operator
Setting Audio Multicast Address for VN-V26 (VN-V26 Only)
Format
/api/param?network.destination(3).host=data
Example
/api/param?network.destination(3).host=225.0.1.2
Example of Response
network.destination(3).host&202 Accepted(network.destination(3).host=save)
Interpretation Change audio multicast address. Specify from 224.0.0.0 to 239.255.255.255. To validate the
change, use "network.destination(3).host=save" API. After the save, start streaming by
"network.destination(3).host=start" API.
Allowed user admin
Getting Audio Multicast Port Number from VN-V26 (VN-V26 Only)
Format
/api/param?network.destination(3).port
Example of Response
network.destination(3).port=59152&200 OK
Interpretation Acquire audio multicast port number.
Allowed users admin, operator
Setting Audio Multicast Port Number for VN-V26 (VN-V26 Only)
61