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

Remove metadata from sent buffer #173

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

Sakoram
Copy link
Collaborator

@Sakoram Sakoram commented Aug 7, 2024

Video data was overwritten with metadata, which resulted in not enough data being sent

@Sakoram Sakoram requested a review from Mionsz August 7, 2024 08:18
build.sh Outdated
cmake -B "${SCRIPT_DIR}/out" \
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" \
-DENABLE_ZERO_COPY=OFF \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why disable zero copy?
Rest seems rather ok

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It causes data corruption. I don't know if the fault is on the MCM side or MTL, but it is highly possible that the issue is in MTL. More investigation is needed, and disabling zero copy is only a temporary fix.

Copy link
Collaborator Author

@Sakoram Sakoram Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this part as it is fixed in #174

Mionsz
Mionsz previously approved these changes Aug 8, 2024
@Sakoram Sakoram force-pushed the Fix-in/out-files-size-difference branch from 954bc2d to e5bc107 Compare August 9, 2024 08:27
Video data was overwritten with metadata, which
resulted in not enough data being sent

Signed-off-by: Kasiewicz, Marek <[email protected]>
@Sakoram Sakoram force-pushed the Fix-in/out-files-size-difference branch from e5bc107 to dce72e8 Compare August 9, 2024 08:28
@Mionsz Mionsz merged commit 3619226 into main Aug 9, 2024
8 checks passed
ko80 pushed a commit to ko80/Media-Communications-Mesh that referenced this pull request Aug 21, 2024
Video data was overwritten with metadata, which
resulted in not enough data being sent

Signed-off-by: Kasiewicz, Marek <[email protected]>
tszumski pushed a commit to tszumski/Media-Communications-Mesh that referenced this pull request Aug 29, 2024
Video data was overwritten with metadata, which
resulted in not enough data being sent

Signed-off-by: Kasiewicz, Marek <[email protected]>
@Mionsz Mionsz deleted the Fix-in/out-files-size-difference branch September 16, 2024 13:23
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.

2 participants