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

javacv 1.5.10 FFmpegFrameGrabber init error #2181

Closed
phial3 opened this issue Jan 30, 2024 · 6 comments
Closed

javacv 1.5.10 FFmpegFrameGrabber init error #2181

phial3 opened this issue Jan 30, 2024 · 6 comments

Comments

@phial3
Copy link

phial3 commented Jan 30, 2024

image

here is my code:

final FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(rtmpUrl);
grabber.setOption("rw_timeout", "1000000");
grabber.setOption("stimeout", "10000000");
grabber.start();

Errors can occur in there:
image

or

image
@saudet
Copy link
Member

saudet commented Jan 30, 2024

@phial3
Copy link
Author

phial3 commented Jan 30, 2024

Please follow the instructions at https://github.com/bytedeco/javacpp-presets/wiki/Debugging-UnsatisfiedLinkError-on-Windows

Thank you very much for your help,
bud My machine is Linux amd64 and arm64, I didn't find a solution available

@phial3 phial3 changed the title javacpp 1.5.10 FFmpegFrameGrabber init error javacv 1.5.10 FFmpegFrameGrabber init error Jan 30, 2024
@saudet
Copy link
Member

saudet commented Jan 30, 2024

I'm guessing you're not using Ubuntu, in which case it might not work

@saudet
Copy link
Member

saudet commented Jan 30, 2024

Duplicate of bytedeco/javacpp-presets#1379

@saudet saudet marked this as a duplicate of bytedeco/javacpp-presets#1379 Jan 30, 2024
@saudet saudet closed this as completed Jan 30, 2024
@phial3
Copy link
Author

phial3 commented Jan 30, 2024

I'm guessing you're not using Ubuntu, in which case it might not work

right,thanks for your help!

@phial3
Copy link
Author

phial3 commented Jan 30, 2024

I'm guessing you're not using Ubuntu, in which case it might not work

image

used javaCV 1.5.9 it's no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants