Most things have 30 as a standard fps instead of 25
This commit is contained in:
@@ -219,7 +219,7 @@ func (v *HLSVariant) getVariantString() string {
|
||||
}
|
||||
|
||||
if v.framerate == 0 {
|
||||
v.framerate = 25
|
||||
v.framerate = 30
|
||||
}
|
||||
|
||||
if v.framerate != 0 {
|
||||
|
||||
Reference in New Issue
Block a user