mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
this prevents RAM exhaustion.
This commit is contained in:
parent
bc95f6240b
commit
9ddcbf5c97
12 changed files with 29 additions and 4 deletions
|
|
@ -775,6 +775,7 @@ func (pa *path) startRecording() {
|
|||
PathFormat: pa.conf.RecordPath,
|
||||
Format: pa.conf.RecordFormat,
|
||||
PartDuration: time.Duration(pa.conf.RecordPartDuration),
|
||||
MaxPartSize: pa.conf.RecordMaxPartSize,
|
||||
SegmentDuration: time.Duration(pa.conf.RecordSegmentDuration),
|
||||
PathName: pa.name,
|
||||
Stream: pa.stream,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue