mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
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