Replies: 1 comment
-
Duplicate of bytedeco/javacpp-presets#1379 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using JavaCV with OpenCV and FFmpeg for video processing in my Java application. Everything works perfectly on my local machine, but when I deploy the application to Kubernetes, I encounter the following error:
java.lang.NoClassDefFoundError: Could not initialize class org.bytedeco.ffmpeg.global.avutil
Beta Was this translation helpful? Give feedback.
All reactions