JVC VN-V26U Security Camera User Manual


 
Example
/api/param?network.destination(1).status=start
Example of Response
network.destination(1).status&200 OK
Interpretation Start/stop JPEG 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 JPEG Multicast Address from VN-V25/26
Format
/api/param?network.destination(1).host
Example of Response
network.destination(1).host=225.0.1.1&200 OK
Interpretation Acquire JPEG multicast address.
Allowed users admin, operator
Setting JPEG Multicast Address for VN-V25/26
Format
/api/param?network.destination(1).host=data
Example
/api/param?network.destination(1).host=225.0.1.1
Example of Response
network.destination(1).host&202 Accepted(network.destination(1).host=save)
Interpretation Change JPEG multicast address. Specify from 224.0.0.0 to 239.255.255.255. To validate the
change, use "network.destination(1).host=save" API. After the save, start streaming by
"network.destination(1).host=start" API.
Allowed user admin
Getting JPEG Multicast Port Number from VN-V25/26
Format
/api/param?network.destination(1).port
Example of Response
network.destination(1).port=49152&200 OK
Interpretation Acquire JPEG multicast port number.
Allowed users admin, operator
Setting JPEG Multicast Port Number for VN-V25/26
Format
/api/param?network.destination(1).port=data
Example
/api/param?network.destination(1).port=49152
Example of Response
network.destination(1).port&202 Accepted(network.destination(1).host=save)
Interpretation Change JPEG multicast port number. Specify from 2 to 65534. To validate the change, use
58