sloptimization.. maybe not worth it

This commit is contained in:
legop3
2026-05-11 12:55:05 -04:00
parent 3de42412dd
commit 71ca9776cc
47 changed files with 633 additions and 420 deletions
-3
View File
@@ -91,9 +91,6 @@ type MediaConfig struct {
AudioService string `yaml:"audioService"`
HealthURL string `yaml:"healthUrl"`
HealthInterval Duration `yaml:"healthInterval"`
VideoWidth int `yaml:"videoWidth" json:"-"`
VideoHeight int `yaml:"videoHeight" json:"-"`
VideoFPS int `yaml:"videoFps" json:"-"`
VideoBitrate int `yaml:"videoBitrate" json:"-"`
}