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) {