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