Fix typo in config logging
This commit is contained in:
@@ -160,6 +160,7 @@ func (s *Stream) handleBroadcaster(c *rtmp.Conn, nc net.Conn) {
|
||||
s.bytesSent.Add(uint64(len(pkt.Data)))
|
||||
continue
|
||||
default:
|
||||
// TODO: Should we stop trying to send packets until buffer is emptyish?
|
||||
dropped := client.droppedPackets.Inc()
|
||||
if dropped%1000 == 0 {
|
||||
logger.Info("Multiple packets to client have been dropped.",
|
||||
|
Reference in New Issue
Block a user