Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync mult srt #744

Open
wants to merge 5 commits into
base: 4.3.x
Choose a base branch
from
Open

Sync mult srt #744

wants to merge 5 commits into from

Conversation

daijh
Copy link
Collaborator

@daijh daijh commented Dec 4, 2020

No description provided.

qwu16 and others added 5 commits December 3, 2020 18:51
The sync feature is only enabled for SRT streaming input at this moment

Each SoftInput maintains a frame queue with max size 30. If the frame
queue is full, it means this input is out of sync too much. We disable
sync on this input, and fallback to non sync mode input.

Sync to latest frame
Example:
    frame-queue-1 [t3 t2 t1 t0]
    frame-queue-2 [t4 t3 t2 t1]
    frame-queue-3 [t5 t4 t3 t2]
    the common sync timestamp range is [t3 t2], and we will sync to t3
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.

None yet

2 participants