Encoder tweaks

This commit is contained in:
Gabe Kangas
2020-06-14 21:17:01 -07:00
parent 67acfeb6f5
commit 0d0e33c607
3 changed files with 11 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ type VideoSettings struct {
}
type StreamQuality struct {
Bitrate string `yaml:"bitrate"`
Bitrate int `yaml:"bitrate"`
}
// MaxNumberOnDisk must be at least as large as MaxNumberInPlaylist