V2_MULTICAST_IP
Description
Get or Set the multicast IP address configuration.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, it will set the base of the multicast IP address of all channels. The multicast IP address of CHNNAEL n will be the base multicast IP address + n -1. For example, the VIDEO_MULTICAST_IP=228.5.6.1 sets the multicast IP address of CHANNEL 1 to be 228.5.6.1 and the multicast IP address of CHANNEL 2 to be 228.5.6.2.
Input Argument
IPv4 Multicast Address.
Attribute
Return of Message
V2_MULTICAST_TTL='228.5.6.1'
OK: V2_MULTICAST_TTL='228.5.6.1'
or
ERROR: V2_MULTICAST_TTL='228.5.6.1'
Applicability
Status
Valid
See Also
PORT_MULTICAST, V2_PORT_RTP_MULTI_VIDEO, V2_PORT_RTP_MULTI_AUDIO, VIDEO_MULTICAST_TTL, V2_MULTICAST_IF, IGMP_ENABLED
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_MULTICAST_IP
or
http://ip:port/cgi-bin/cmd/system?V2_MULTICAST_IP
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_MULTICAST_IP=228.5.6.1
or
http://ip:port/cgi-bin/cmd/system?V2_MULTICAST_IP=228.5.6.1
Back to