Add FFmpeg based latency measurement#392
Merged
tszumski merged 8 commits intoOpenVisualCloud:mainfrom Jun 3, 2025
Merged
Conversation
faecbd3 to
cbb55cf
Compare
Collaborator
MateuszGrabuszynski
left a comment
There was a problem hiding this comment.
I know it is still a draft, but I wanted to run it out of curiosity and found a few minor bugs. I was not able to fully do it yet (with the PTP sync and everything), but out of the trial runs, it seems it should work.
cbb55cf to
417c26d
Compare
ko80
reviewed
May 15, 2025
Co-authored-by: Konstantin Ilichev <2067613@gmail.com> Signed-off-by: Mateusz Grabuszyński <mgrabuszynski@gmail.com>
* Make the font size a bit smaller. * Avoid taking zero delta values. * Filter out anomaly peaks exceeding the average value by 25% from the calculation of the average latency. * Add file info to the diagram. * Print results in console. * Rework the latency measurement solution documentation. Signed-off-by: Konstantin Ilichev <konstantin.ilichev@intel.com>
85a31cd to
063e257
Compare
docs/FFmpegPlugin.md
ko80
approved these changes
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update FFmpeg configuration instructions and add latency measurement examples