Go to documentation repository
...
Web Server | |||||
---|---|---|---|---|---|
Registry section | String parameter | Available values | Default | Product version | Parameter in effect |
x32: (x32)\WebServer\ x64: (x64)\WebServer\ | RequestTimeout | >0 | 10000 | 1.0.0 and later | Sets max.time (in milliseconds) for Server to process a request |
x32: (x32)\WebServer\ x64: (x64)\WebServer\ | ConnectionTimeoutAtIdle | >0 | 30000 | 1.0.0 and later | Sets max.time (in milliseconds) for connection inactivity between Client and Server. Inactive connection is disconnected upon timeout |
x32: (x32)\WebServer\ x64: (x64)\WebServer\ | TelemetryPriority | 0 – 3 | 1 | 1.0.0 and later | Sets the PTZ control priority for a web browser. 0 – control is prohibited 1 – low priority control 2 – medium priority control 3 – high priority control |
x32: (x32)\WebServer\ x64: (x64)\WebServer\ | SplitArchiveIntervals | >0 | 5000 | 1.0.0 and later | The key is responsible for merging fragments when requesting the range of available archive recordings via HTTP API (see Ranges of available archive recordings). The interval is set in milliseconds. If the time between recordings is less than specified one, then recordings are merged into one |
x32: (x32)\WebServer\ x64: (x64)\WebServer\ | ClearConnectionTimeout | >0 | 1000 | 1.0.0 and later | The key specifies the time in milliseconds for clearing idle connections between the Web-server and connected devices. If the specified time is exceeded, the idle connection is terminated |
x32: (x32)\WebServer\ x64: (x64)\WebServer\ | Special modeSpecialMode | 0, 1 | 0 | 1.0.0 and later | The key allows sending a request to get a list of all server cameras with links to the RTSP streams that are distributed or received by each camera (for more details, see the Getting a list of all server cameras): 0—you can cannot send a request to get a list of all server cameras 1—you cannot can send a request to get a list of all server cameras By default, the key isn't created, and its value is considered to be 0 |
x32: (x32)\WebServer2\ x64:(x64)\WebServer2\ | ActiveWebSocket | 0, 1 | 0 | 1.0.0 and later | The key enables the possibility of receiving the events of the video subsystem using the WebSocket communication protocol for the Web server 2.0. 0—events are received as push notifications 1—events are received via WebSocket The key is created in the registry automatically after you add the Web server 2.0 object |
...