netcam_http
- Type: Discrete Strings
- Range / Valid values: 1.0, keep_alive, 1.1
- Default: 1.0
- Group: Obsolete
The setting for keep-alive of network socket, should improve performance on compatible net cameras.
This option has been replace by netcam_keepalive
- 1.0: the historical implementation using HTTP/1.0, closing the socket after each http request.
- keep_alive: Use HTTP/1.0 requests with keep alive header to reuse the same connection.
- 1.1: Use HTTP/1.1 requests that support keep alive as default.