0

Ignore some additional non-fatal errors

This commit is contained in:
Gabe Kangas 2021-07-18 13:10:08 -07:00
parent 617156b18d
commit 37fedb8ab8

View File

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