92
Interpretation Change MPEG-4 multicast address. Specify from 224.0.0.0 to 239.255.255.255. To validate the
change, use "network.destination(2).host=save" API. After the save, start streaming by
"network.destination(2).host=start" API.
Allowed user admin

Getting MPEG-4 Multicast Port Number from VN-V685/686/686B

Format /api/param?network.destination(2).port
Example of Response network.destination(2).port=59152&200 OK
Interpretation Acquire MPEG-4 multicast port number.
Allowed users admin, operator

Setting MPEG-4 Multicast Port Number for VN-V685/686/686B

Format /api/param?network.destination(1).port=data
Example /api/param?network.destination(1).port=59152
Example of Response
network.destination(1).port&202 Accepted(network.destination(1).host=save)
Interpretation Change MPEG-4 multicast port number. Specify from 2 to 65534. To validate the change, use
"network.destination(2).host=save" API. After the save, start streaming by "network.destination(2).host=start" API.
Allowed user admin
6.14. Access Restrictions
The APIs below are related to access restrictions. These are equivalent to the features on the Access Restrictions page
of the WEB setting page. Refer to the instruction manual for details on the Access Restrictions page.

Getting Deny/Allow Setting of Client Restrictions from VN-V685/686/686B

Format /api/param?network.access_control(stream_out).logic
Example of Response network.access_control(stream_out).logic=deny&200 OK
Interpretation Acquire the deny/allow setting of client restrictions. Either deny or allow will be returned. These
restrictions are applied to getting JPEG/MPEG-4.
Allowed users admin, operator

Setting Client Restriction to Deny/Allow for VN-V685/686/686B

Format /api/param?network.access_control(stream_out).logic=data
Example /api/param?network.access_control(stream_out).logic=deny
Example of Response network.access_control(stream_out).logic&200 OK