-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
FFmpegFrameGrabber FFmpegFrameRecorder may lead to off-heap memory leak #2256
Comments
The version is 1.5.8 |
Please try again with the snapshots: http://bytedeco.org/builds/ |
Oh, thanks, I‘ll try it |
|
Duplicate of #2255 |
I have followed the instructions to upgrade the version of JavaCV to 1.5.11-SNAPSHOT. However, I encountered an issue: after the upgrade, my program runs fine on macOS when packaged into a JAR, but it fails to run on Linux, with the following error: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.bytedeco.ffmpeg.global.avutil The dependencies I am using are: `
` What is the reason for this? |
操作系统 |
I sincerely look forward to your reply. |
Please try again with Ubuntu
…On Mon, Jul 29, 2024, 17:15 ZhanPro ***@***.***> wrote:
I sincerely look forward to your reply.
—
Reply to this email directly, view it on GitHub
<#2256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZMQFYWVWMI5ASYXS6FJB3ZOX22BAVCNFSM6AAAAABLPV2KGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJVGI4TEMBYGU>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
However, all our online servers are running on CentOS. |
so, is there any other way? |
When I use JavaCV's FFmpegFrameGrabber and FFmpegFrameRecorder in Java to perform audio format conversion, an off-heap memory leak occurred.
H�ere is my code :
`@Slf4j
public class JavaCVDecoder implements IDecoder {
`
The text was updated successfully, but these errors were encountered: