V2_STREAMING_TYPE, PROTOCOL_TYPE

Description

Get or Set the device's video/audio streaming protocol.

There are two video/audio streaming protocols we offered. One is TCP 1.0 which is out of fashion and available in all 1CH, 2CH and QUAD Encoders and Decoder in WPL Platform. The other one is TCP 2.0 which is most use. In all EPL, PlatformT and Multi-Channel devices, only this protocol is available.

In all WPL Encoder devices, the V2_STREAMING_TYPE is READ/WRITE command and PROTOCOL_TYPE is READ Only command.

In all EPL, PlatformT and Multi-Channel Encoder devices, these two commands are read only and 2 is returned always.

Input Argument

1 : TCP 1.0
2 : TCP 2.0

Attribute

Return of Message

V2_STREAMING_TYPE='2' or PROTOCOL_TYPE='2'
OK: V2_STREAMING_TYPE='2'
or
ERROR: V2_STREAMING_TYPE='2'

Applicability

Status

Valid

See Also

V2_STREAMING_METHOD

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_STREAMING_TYPE
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PROTOCOL_TYPE
or
http://ip:port/cgi-bin/cmd/system?V2_STREAMING_TYPE
http://ip:port/cgi-bin/cmd/system?PROTOCOL_TYPE
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_STREAMING_TYPE=2
or
http://ip:port/cgi-bin/cmd/system?V2_STREAMING_TYPE=2

Back to

HOME, SYSTEM CGI