91
Example of Response
network.destination(1).framerate&202
Accepted(network.destination(1).host=save)
Interpretation Change JPEG multicast frame rate. Specify 30, 25, 15, 10, 7.5, 6, 5, 3, 2, 1, -2, -3, -5, -10, -15, -20, or
-30. -5 means 1/5fps for example. 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 Status of MPEG-4 Multicast Streaming from VN-V685/686/686B
Format /api/param?network.destination(2).status
Example of Response network.destination(2).status=off&200 OK
Interpretation Acquire status of MPEG-4 multicast streaming. Either on or off will be returned.
Allowed users admin, operator
Setting Status of MPEG-4 Multicast Streaming, or Save Changes for VN-V685/686/686B
Format /api/param?network.destination(2).status=data
Example /api/param?network.destination(2).status=start
Example of Response network.destination(2).status&200 OK
Interpretation Start/stop MPEG-4 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. Marker bit of RTP header is 1 when the RTP packet has last data of VOP.
If power becomes off during multicast streaming, the streaming starts automatically after power on.
Allowed users admin, operator
Getting MPEG-4 Multicast Address from VN-V685/686/686B
Format /api/param?network.destination(2).host
Example of Response network.destination(2).host=225.0.1.2&200 OK
Interpretation Acquire MPEG-4 multicast address.
Allowed users admin, operator
Setting MPEG-4 Multicast Address for VN-V685/686/686B
Format /api/param?network.destination(2).host=data
Example /api/param?network.destination(2).host=225.0.1.2
Example of Response
network.destination(2).host&202 Accepted(network.destination(2).host=save)