This allows the watchdog to work with low i-frame intervals. A better fix for #311
This allows the watchdog to work with low i-frame intervals. A better fix for #311
byteit101/os-nvr:master into master This allows the watchdog to work with low i-frame intervals. A better fix for #311
sorry, forgot to click submit on this review yesterday
@ -54,7 +54,7 @@ func onInputProcessStart(ctx context.Context, i *monitor.InputProcess, _ *[]stri
}
The defaultInterval can probably be reduced to 10 seconds now.
@ -223,6 +223,10 @@ func (m *Muxer) AudioTrack() *gortsplib.TrackMPEG4Audio {
func(m*Muxer)WaitForSegFinalized(){
m.playlist.waitForSegFinalized()
}
// WaitForPartFinalized blocks until a new segment has been finalized.
*part
@ -224,6 +224,11 @@ func (m *Muxer) WaitForSegFinalized() {
m.playlist.waitForSegFinalized()
}
// WaitForPartFinalized blocks until a new segment has been finalized.
*part
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?