You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the driver encoded each individual frame in a single segment despite segments ability to hold multiple frames.
This patch introduces a mechanism that allows driver collect multiple frames before encoding them as a batch.
To achieve this, segmentWriter was introduced.
Patch by Bohdan Siryk; reviewed by TBD for CASSGO-100
0 commit comments