Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants