wlfgang

Results 6 comments of wlfgang

@mlparadiso540 - on the `2.x` branch you would need to specify the dependency version as `2.0.0-SNAPSHOT`, and you would need to first build jmisb locally, since it's not yet available...

I wonder if we should update that to use JDK 17, since 14 was one of those releases that only got 6 months of support (which has now ended)? I...

@boblak2 - Currently Android is unsupported (one reason, like you said, is the dependence on BufferedImage for video I/O). There have been suggestions that we could factor that out, but...

The underlying ffmpeg implementation we use (from https://github.com/bytedeco/javacpp-presets) does run on Android, so I think there is reason to believe we can support it too. One pretty big issue up...

Thanks guys. One idea would be to move what is currently in org.jmisb.api.video into its own separate library which would stick to using BufferedImage and create a new Android-specific library....

+1 Noticed in the PR this was "not urgent", so wanted to add my vote. My use case is that I want a report of severities from nvd only, which...