disable check for missing key frames (#1904) (#2161)
Some checks reported warnings
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled

This commit is contained in:
Alessandro Ros
2023-08-06 18:15:33 +02:00
committed by GitHub
parent a2e94fe3db
commit 9051ccc219
7 changed files with 22 additions and 211 deletions

View File

@@ -10,10 +10,6 @@ import (
"github.com/bluenviron/mediamtx/internal/logger"
)
const (
maxKeyFrameInterval = 10 * time.Second
)
// Processor cleans and normalizes streams.
type Processor interface {
// cleans and normalizes a data unit.