diff --git a/core/ffmpeg/transcoder.go b/core/ffmpeg/transcoder.go index 3a1464ea3..43bde2ed0 100644 --- a/core/ffmpeg/transcoder.go +++ b/core/ffmpeg/transcoder.go @@ -219,7 +219,7 @@ func (v *HLSVariant) getVariantString() string { } if v.framerate == 0 { - v.framerate = 25 + v.framerate = 30 } if v.framerate != 0 {