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

Fix video recording for non-Oracle JVMs #66

Merged
merged 2 commits into from
Dec 27, 2020
Merged

Conversation

xSAVIKx
Copy link
Owner

@xSAVIKx xSAVIKx commented Dec 27, 2020

This PR fixes video recording while running the app in non-Oracle JVMs.

Non-Oracle JVMs do not support writing JPG frames that have an alpha channel. So from now on, we're using PNG frames to record the video that supports alpha (even if we don't have any).

See https://bugs.openjdk.java.net/browse/JDK-8211748 for details.

Non Oracle JDKs do not support writing JPG frames that have alpha channel.

See https://bugs.openjdk.java.net/browse/JDK-8211748 for details.
@xSAVIKx xSAVIKx added the bug label Dec 27, 2020
@xSAVIKx xSAVIKx self-assigned this Dec 27, 2020
@xSAVIKx xSAVIKx merged commit 223473b into develop Dec 27, 2020
@xSAVIKx xSAVIKx deleted the fix-video-recording branch December 27, 2020 21:56
@xSAVIKx xSAVIKx mentioned this pull request Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant