feat: add stream_enabled config to control ffmpeg pulling and optimize infer startup script
This commit is contained in:
@@ -17,6 +17,7 @@ type Config struct {
|
||||
MqttUser string `yaml:"mqtt_user"`
|
||||
MqttPass string `yaml:"mqtt_pass"`
|
||||
EdgeToken string `yaml:"edge_token"`
|
||||
StreamEnabled bool `yaml:"stream_enabled"`
|
||||
RTSPURLs []string `yaml:"rtsp_urls"`
|
||||
InferSocket string `yaml:"infer_socket"`
|
||||
InferFPS int `yaml:"infer_fps"`
|
||||
|
||||
Reference in New Issue
Block a user