Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TLSMinVersion is the minimum required version of TLS. TLSMinVersion = tls.VersionTLS13 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ListenAddr string
Host string
TLS *TLS
InDocker bool
Debug bool // deprecated
DataDir string
LogFile LogFile
Sources Sources
}
Config holds the configuration for the application.
type MediaServerSource ¶ added in v0.0.8
type MediaServerSource struct {
StreamKey string
RTMP RTMPSource
RTMPS RTMPSource
}
MediaServerSource holds the configuration for the media server source.
type RTMPSource ¶
RTMPSource holds the configuration for the RTMP source.
type Sources ¶
type Sources struct {
MediaServer MediaServerSource
}
Sources holds the configuration for the sources.
Click to show internal directories.
Click to hide internal directories.