VIVOTEK
200 - User's Manual
URL Command Document for VS8801-VVTK
27
products, and m is stream number per channel.
*Note: We can get n by (capability.nvideoin), and get m by (capability.nmediastream).
Besides, we map the first stream of each channel:
network_http_c<0~(n-1)>_s0
_
accessname
to
network_http_s<0~(n-1)>
_
accessname
and map the second stream of each channel:
network_http_c<0~(n-1)>_s1
_
accessname
to
network_http_s<n~(n*2-1)>
_
accessname
and so on.
Take VS8401 as an example, channel 1 stream 1:
network_http_c0_s0
_
accessname
is mapped to
network_http_s0
_
accessname
and channel 1 stream 2:
network_http_c0_s1
_
accessname
is
mapped to
network_http_s4
_
accessname
.
7.6.6 HTTPS port
Subgroup of
network
:
https_port
(capability.protocol.https > 0)
NAME
VALUE
DEFAULT
SECURITY
(get/set)
DESCRIPTION
port
443, 1025 ~
65535
443
6/6
HTTPS port.
7.6.7 RTSP
Subgroup of
network
:
rtsp
(capability.protocol.rtsp > 0)
NAME
VALUE
DEFAULT SECURITY
(get/set)
DESCRIPTION
port
554, 1025 ~
65535
554
1/6
RTSP port.
(capability.protocol.rtsp=1)
anonymousviewing <boolean>
0
1/6
Enable anoymous streaming
viewing.
authmode disable,
basic,
digest
disable
1/6
RTSP authentication mode.
(capability.protocol.rtsp=1)
Subgroup of
network
:
rtsp_c<0~(n-1)>
for n channel products and c is channel count[1~n]
(capability.protocol.rtsp > 0)
NAME
VALUE
DEFAULT
SECURITY
(get/set)
DESCRIPTION
s0_accessname string[32] “live.sdp”
for c = 1.
“live2.sdp”
for c = 2.
1/6
RTSP access name for channel c
stream 1.
(capability.protocol.rtsp=1 and
capability.nmediastream > 0)