Skip to content

Expose encoder stream buffer size

David Edmundson requested to merge work/d_ed/expose_buffer_size into master

This is useful in remote streaming cases where latency is more important than visual quality. In those cases the buffer size should not be set in terms of pure number of frames, but based on the timing of our rate of processing which is being altered dynamically.

Merge request reports