Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Recorder RecorderConfig `yaml:"recorder"`
Indexer IndexerConfig `yaml:"indexer"`
Recorgnizer RecorgnizerConfig `yaml:"recorgnizer"`
}
type IndexerConfig ¶
type IndexerConfig struct {
DbUrl string `yaml:"dbUrl"`
}
type RTSPConfig ¶
type RTSPConfig struct {
Feeds []string `yaml:"feeds"`
}
type RecorderConfig ¶
type RecorderConfig struct {
RTSP RTSPConfig `yaml:"rtsp"`
RecordingsDir string `yaml:"recordingsDir"`
}
type RecorgnizerConfig ¶
Click to show internal directories.
Click to hide internal directories.