mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Ignore some additional non-fatal errors
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user