From 37fedb8ab8ec2f961c23d8c89269e4cca00b78b0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 18 Jul 2021 13:10:08 -0700 Subject: [PATCH] Ignore some additional non-fatal errors --- core/transcoder/utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/transcoder/utils.go b/core/transcoder/utils.go index 2ab1845f3..5fd00812d 100644 --- a/core/transcoder/utils.go +++ b/core/transcoder/utils.go @@ -53,6 +53,8 @@ var ignoredErrors = []string{ "Device creation failed", "Error parsing global options", "maybe the hls segment duration will not precise", + "Non-monotonous DTS in output", + "frames duplicated", } func handleTranscoderMessage(message string) {