Skip to content

tttocea708: Lower latency of output

Edward Hervey requested to merge bilboed/gst-plugins-rs:tttocea708-latency into main

DVTCCPacket are processed downstream only when they are complete (to detect for drops, etc..). Always creating the biggest packets (128 bytes) can introduce several frame delays before they can be processed.

In order to reduce that latency, create packets which fit (more or less) within a frame.

Merge request reports

Loading