Player: separate A/V processes cause sync drift #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Video and audio run as completely separate FFmpeg processes with no synchronization mechanism. They will inevitably drift apart causing A/V desync and stuttering.
Fix: implement unified FFmpeg process with multiplexed A/V output and a master clock reference.
Ref: docs/PLAYER_PERFORMANCE_ISSUES.md
Cycle: backlog (depends on player foundation work)