diff --git a/videostreamer.go b/videostreamer.go index 28338f7..424a329 100644 --- a/videostreamer.go +++ b/videostreamer.go @@ -349,7 +349,7 @@ func writePacketToClients(input *Input, pkt *C.AVPacket, continue } - // Pass the client to a goroutine that writes it to this client. + // Pass the packet to a goroutine that writes it to this client. select { case client.PacketChan <- pktCopy: default: