Get or Set the multicast IP address configuration.
This multicast IP address is used as the destination address in the multicast video/audio streams by encoders.If the CHANNEL=n was not set with this URL to the multiple channel video server, 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.
IPv4 Multicast Address.
where the valid range of the multicast IP address is
224.5.0.1 ~ 239.255.255.255
V2_MULTICAST_IP='228.5.6.1'
OK: V2_MULTICAST_IP='228.5.6.1'
or
ERROR: V2_MULTICAST_IP='228.5.6.1'
Valid
PORT_MULTICAST, V2_PORT_RTP_MULTI_VIDEO, V2_PORT_RTP_MULTI_AUDIO, VIDEO_MULTICAST_TTL, V2_MULTICAST_IF, IGMP_ENABLED
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