diff --git a/internal/conf/conf_test.go b/internal/conf/conf_test.go index e6126213..59b8e78e 100644 --- a/internal/conf/conf_test.go +++ b/internal/conf/conf_test.go @@ -53,6 +53,7 @@ func TestConfFromFile(t *testing.T) { SourceOnDemandStartTimeout: 10 * StringDuration(time.Second), SourceOnDemandCloseAfter: 10 * StringDuration(time.Second), RecordPath: "./recordings/%path/%Y-%m-%d_%H-%M-%S-%f", + RecordAudio: true, RecordFormat: RecordFormatFMP4, RecordPartDuration: 100000000, RecordSegmentDuration: 3600000000000,