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

Add timestamp based filtering in Valve module #309

Open
mraduldubey opened this issue Sep 22, 2023 · 0 comments
Open

Add timestamp based filtering in Valve module #309

mraduldubey opened this issue Sep 22, 2023 · 0 comments
Assignees

Comments

@mraduldubey
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
MMQ is not precise in its export, especially in cases like H264 data where starting from P frames might cause downstream modules to fail. But a side-effect of this is: in cases like rendering where the output may look out of sync.

Describe the solution you'd like
We should enhance the valve module to filter frames based on start, end timestamps.
Once, end timestamp is reached, the valve module should act like a pass through module

Describe alternatives you've considered
Each downstream module implementing its own filtering logic

Additional context
MMQ -> Decoder -> Renderer

@mraduldubey mraduldubey changed the title Add timestamp based filtering in Valve modules Add timestamp based filtering in Valve module Sep 22, 2023
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

No branches or pull requests

2 participants