revid/senders.go: replace current ringbuffer (utils/ring) with newly developed utils/pool buffer

Issue #318 resolved
Saxon Milton created an issue

Some senders (mtsSender and rtmpSender) rely on buffering, but currently use an old and inefficient method (fixed sized element ring buffers), we have a newly developed pool based buffer here that should replace this functionality.

Comments (1)

  1. Log in to comment