Skip to content

Commit

Permalink
server: retry segment debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed May 5, 2021
1 parent ebc66bd commit 9b9bb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ func processSegment(cxn *rtmpConnection, seg *stream.HLSSegment) ([]string, erro
}

// recoverable error, retry
glog.V(common.DEBUG).Infof("Retrying current segment mid=%v nonce=%d seqNo=%d", mid, nonce, seg.SeqNo)
}
if err != nil {
err = fmt.Errorf("Hit max transcode attempts: %w", err)
Expand Down

0 comments on commit 9b9bb7e

Please sign in to comment.