mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
hls client: allow segments with up to 200 parts
This commit is contained in:
parent
8825fddd89
commit
841bbec959
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
const (
|
||||
clientMPEGTSEntryQueueSize = 100
|
||||
clientFMP4MaxPartTracksPerSegment = 50
|
||||
clientFMP4MaxPartTracksPerSegment = 200
|
||||
clientLiveStartingInvPosition = 3
|
||||
clientLiveMaxInvPosition = 5
|
||||
clientMaxDTSRTCDiff = 10 * time.Second
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue