VIVOTEK - A Leading Provider of Multimedia Communication Solutions
User's Manual - 95
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.