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

Server can skip frames when output video stream #62

Open
2 tasks done
shanyu-sys opened this issue Sep 12, 2023 · 0 comments
Open
2 tasks done

Server can skip frames when output video stream #62

shanyu-sys opened this issue Sep 12, 2023 · 0 comments

Comments

@shanyu-sys
Copy link

shanyu-sys commented Sep 12, 2023

Description

The output video stream may not be consecutive. Since we always process the latest item in tracking stream, instead of the next item of the last processed one.

Corresponding code with the behavior.

Expected Behavior

I am not sure whether the behavior is as expected, or it's better that we always try to output consecutive frames.

Actual Behavior

Output videos can skip frames. The case is more severe when the server is at remote (low network bandwidth).

Screen.Recording.2023-09-11.at.6.25.33.PM.mov

Affected Version

main branch

Steps to Reproduce

run on remote server.

Checklist

@shanyu-sys shanyu-sys changed the title Server can skip frames when writing video stream to http://localhost:5002/video? Server can skip frames when output video stream Sep 12, 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

1 participant