Allowed users admin, operator
6.13. Multicast Streaming
The APIs below are related to manual streaming. These are equivalent to the features on the Streaming page of the
WEB setting page. Refer to the instruction manual for details on the Streaming page.
Getting Status of JPEG Multicast Streaming from VN-V686
Format /api/param?network.destination(1).status
Example of Response network.destination(1).status=off&200 OK
Interpretation Acquire status of JPEG multicast streaming. Either on or off will be returned.
Allowed users admin, operator
Setting Status of JPEG Multicast Streaming, or Save Changes for VN-V686
Format /api/param?network.destination(1).status=data
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-V686
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-V686
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
85