properly specify audio codec even when source has correct format (#641)

This commit is contained in:
Jason Dove
2022-02-16 11:29:54 -06:00
committed by GitHub
parent 1d6279cee8
commit 8a6093ce8d
2 changed files with 12 additions and 11 deletions
@@ -271,7 +271,8 @@ namespace ErsatzTV.Core.Tests.FFmpeg
FFmpegProfile = FFmpegProfile.New("test", profileResolution) with
{
HardwareAcceleration = profileAcceleration,
VideoCodec = profileCodec
VideoCodec = profileCodec,
AudioCodec = "aac"
},
StreamingMode = StreamingMode.TransportStream
},