Skip to content

Commit

Permalink
Add logging for segment removal on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed Nov 26, 2019
1 parent e411a40 commit 9f7d1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func publishHandler(conn *rtmp.Conn) {
streamLogger.Errorln(err)
return
}
streamLogger.Debugf("Removed segment %s\n", segment.URI)
}
}
// remove playlist
Expand Down

0 comments on commit 9f7d1bc

Please sign in to comment.