diff --git a/internal/stream/stream.go b/internal/stream/stream.go index 6f21a917..94cc375e 100644 --- a/internal/stream/stream.go +++ b/internal/stream/stream.go @@ -96,6 +96,7 @@ func mediasFromAlwaysAvailableFile(alwaysAvailableFile string) ([]*description.M Type: mpeg4audio.ObjectTypeAACLC, SampleRate: codec.Config.SampleRate, ChannelConfig: codec.Config.ChannelConfig, + ChannelCount: codec.Config.ChannelCount, //nolint:staticcheck }, }}, })