Browse Source

Ignore some additional non-fatal errors

pull/1227/head
Gabe Kangas 4 years ago
parent
commit
37fedb8ab8
  1. 2
      core/transcoder/utils.go

2
core/transcoder/utils.go

@ -53,6 +53,8 @@ var ignoredErrors = []string{ @@ -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) {

Loading…
Cancel
Save