Skip to content

HTTP Server

The OpenTalk Recorder provides its functionality to clients through a built-in HTTP server.

Configuration

The section in the configuration file is called http.

Field Type Required Default value Description
port int no 11511 The port for the http server.
addr string no 0.0.0.0 The address used for the http server.

Example

[http]
port = 8080
addr = "0.0.0.0"