CHxx_VIDEO_TCP_IP, CHxx_VIDEO_MULTICAST_IP
Description
Set or Get the IP and Multicast IP addresses of the encoder for the decoder.
In CHxx_VIDEO_TCP_IP URL, it sets the encoder's IP address to the decoder for the connection.
In CHxx_VIDEO_MULTICAST_IP URL, it sets the encoder's multicast IP address to the decodeer.
Input Argument
IPv4 unicast or multicast address
Attribute
Return of Message
In WPL Decoder Devices
- None
In EPL Decoder Devices
- Read Operation
CH01_VIDEO_TCP_IP='192.168.0.100'
CH01_VIDEO_MULTICAST_IP='228.5.6.1'
- Write Operation
OK: CH01_VIDEO_TCP_IP='192.168.0.100'
OK: CH01_VIDEO_MULTICAST_IP='228.5.6.1'
or
ERROR: CH01_VIDEO_TCP_IP='192.168.0.100'
ERROR: CH01_VIDEO_MULTICAST_IP='228.5.6.1'
Applicability
Status
Valid
See Also
CHxx_VIDEO_CONNECT, CHxx_VIDEO_VARFPS, CHxx_VIDEO_STREAM, CHxx_VIDEO_AUDIO, CHxx_VIDEO_CONTROL, CHxx_VIDEO_USERNAME, CHxx_VIDEO_PASSWORD, CHxx_PORT_STREAM, CHxx_PORT_CONTROL, CHxx_PORT_MULTICAST, CHxx_PORT_RTP, CHxx_PORT_HTTP, CHxx_TIME, CHxx_SOURCE_TYPE, CHxx_QUAD_CHANNEL, CHxx_CHANNEL, SWITCH, VIDEO_VARFPS
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_TCP_IP
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_MULTICAST_IP
In WPL Decoder Deviceshttp://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_VIDEO_TCP_IP=192.168.0.100
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_VIDEO_MULTICAST_IP=228.5.6.1
where xx is from 01~16In EPL Decoder Devices
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_TCP_IP=192.168.0.100
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_MULTICAST_IP=228.5.6.1
Back to