revid: make ring buffer capacity one thing

Issue #288 resolved
Saxon Milton created an issue

Now that we have our senders dynamically altering ring buffer element size+no. of elements based on max access unit size, we only need one parameter to define the size of the ring buffer in either the MTS or RTMP cases, and that is the max size it occupies in bytes. We therefore only need one rb config parameter RBCapacity => number of bytes the ring buffer uses. We’ll also need to modify the Revid.Update function to reflect the new config parameter (or lack of MTS and RTMP specific stuff).

Comments (1)

  1. Log in to comment