adddeny
Add a set of deny IP address range to server. Start and end parameters must be
specified. If the index parameter is specified, it will try to add starting from index
position.
deleteallow
Remove a set of allow IP address range from server. If start and end parameters are
specified, it will try to remove the matched IP address. If index is specified, it will try to
remove the address from given index position. [start, end] parameters have higher
priority than the [index] parameter.
deletedeny
Remove a set of deny IP address range from server. If start and end parameters are
specified, it will try to remove the matched IP address. If index is specified, it will try to
remove the address from given index position. [start, end] parameters have higher
priority than the [index] parameter.
start <ip
address>
The start IP address to add or to delete.
end <ip
address>
The end IP address to add or to delete.
index
<value>
The start position to add or to delete.
return <return
page>
Redirect to the page <return page> after the parameter is assigned. The <return
page> can be a full URL path or relative path according to the current path. If you omit
this parameter, it will redirect to an empty page.
Get SDP of Streamings
Note:
This request requires viewer access privilege
Method:
GET/POST
Syntax:
http://<servername>/<network_rtsp_s<0~m-1>_accessname>
“m” is the stream number.
“network_accessname_<0~(m-1)>” is the accessname for stream “1” to stream “m”. Please refer to the “subgroup
of network: rtsp” for setting the accessname of SDP.
You can get the SDP by HTTP GET method.
Open the network streamings
Note:
This request requires viewer access privilege
Syntax:
For http push server (mjpeg):
http://<servername>/<network_http_s<0~m-1>_accessname>
For rtsp (mp4), user needs to input the url below for a rtsp compatible player.
rtsp://<servername>/<network_rtsp_s<0~m-1>_accessname>
“m” is the stream number.
For detailed streaming protocol, please refer to “control signaling” and “data format” documents.