mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-26 17:04:24 +00:00
hls client: allow segments with up to 200 parts
This commit is contained in:
parent
8825fddd89
commit
841bbec959
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
clientMPEGTSEntryQueueSize = 100
|
||||
clientFMP4MaxPartTracksPerSegment = 50
|
||||
clientFMP4MaxPartTracksPerSegment = 200
|
||||
clientLiveStartingInvPosition = 3
|
||||
clientLiveMaxInvPosition = 5
|
||||
clientMaxDTSRTCDiff = 10 * time.Second
|
||||
|
Loading…
Reference in New Issue
Block a user