Open msgilligan opened 1 year ago
Interesting, the behavior of the tests under Github Actions tests on macOS is as I predicted above (passes on JDK 11, fails on JDK 17 with a PowerMock/modules issue) but the Linux tests are failing with a "no headless X11" issue on both JDK 11 and JDK 17.
I converted this PR to DRAFT since until the above issues are resolved it does not build.
Hi @msgilligan, I need to integrate this webcam-capture in web application being accessed by users via browser and not in standalone/desktop type application.
Can you please confirm that this webcam-capture library will open end user's desktop/laptop camera when user is accessing my web application via browser? Thanks!
Add Java 17 to the matrix in
maven.yml
.There is currently an issue with Powermock and Java 17 that prevent the
driver-vlcj
module from successfully running tests, so this PR currently breaks the build. (I'm not sure how to fix the PowerMock issue, I'm hoping someone with more knowledge of PowerMock and/or the tests indriver-vlcj
that use it will provide a solution.)This PR depends upon PR #893 (so that the GitHub Actions build proceeds far enough to illustrate the remaining issue in
driver-vlcj
)