diff --git a/core/media_streamer.go b/core/media_streamer.go index 4b72df2d9..9c09587ec 100644 --- a/core/media_streamer.go +++ b/core/media_streamer.go @@ -208,7 +208,7 @@ func findTargetTranscodingOptions(ctx context.Context, mf *model.MediaFile, reqF return targetFormat, targetBitRate } - // Use the default downsamling format the server is configed to but + // Use the default downsampling format the server is configured to but // only if the requested bitrate is reduced isBitrateReduced := reqBitRate > 0 && reqBitRate < mf.BitRate hasDefaultDownsamplingFormat := conf.Server.DefaultDownsamplingFormat != ""