Browse Source

add record audio to test

pull/2851/head
mstee1 2 years ago
parent
commit
c30232d9f0
  1. 1
      internal/conf/conf_test.go

1
internal/conf/conf_test.go

@ -53,6 +53,7 @@ func TestConfFromFile(t *testing.T) { @@ -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,

Loading…
Cancel
Save