Skip to content

[Feat] Disable OBS's packet interleaver - #13

Merged
ghbogarin merged 3 commits into
mainfrom
feat/no-interleave-output
Sep 18, 2026
Merged

ghbogarin merged 3 commits into
mainfrom
feat/no-interleave-output

Conversation

@ghbogarin

@ghbogarin ghbogarin commented Aug 28, 2026 •

Copy link
Copy Markdown
Collaborator

Sets the flag defined in ghbogarin/obs-studio#3 so that OBS's packet interleaver is disabled. This results in reduced latency since draining just one packet per callback maintains a constant pipeline backlog, causing avoidable latency when interleaved timestamps aren't required (since sync is done by the player).

In practice this reduces ~200-300ms of latency in average.


This change is Reviewable

@ghbogarin
ghbogarin force-pushed the feat/no-interleave-output branch from 2b00dab to 530b765 Compare September 8, 2026 14:15
Comment thread src/moq-output.cpp Outdated
Comment thread src/moq-output.cpp Outdated
ghbogarin and others added 2 commits September 14, 2026 17:23
Co-authored-by: santi-ferreiro <santiago.ferreiro@qualabs.com>
Co-authored-by: santi-ferreiro <santiago.ferreiro@qualabs.com>
@ghbogarin
ghbogarin merged commit 6d58cd6 into main Sep 18, 2026
5 of 6 checks passed
@JoaquinBCh
JoaquinBCh deleted the feat/no-interleave-output branch September 18, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants