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

MediaDevicesTests fail "Get frame rate failed The requested attribute was not found." #12

Closed
swpalmer opened this issue Feb 16, 2021 · 1 comment
Assignees

Comments

@swpalmer
Copy link

Describe the bug
Test fails:

[INFO] Running dev.onvoid.webrtc.media.MediaDevicesTests
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.25 s <<< FAILURE! - in dev.onvoid.webrtc.media.MediaDevicesTests
[ERROR] dev.onvoid.webrtc.media.MediaDevicesTests.getVideoDevices Time elapsed: 0.243 s <<< ERROR!
java.lang.Error: MMF: Get frame rate failed The requested attribute was not found.
at webrtc.java@0.3.0-SNAPSHOT/dev.onvoid.webrtc.media.MediaDevicesTests.getVideoDevices(MediaDevicesTests.java:46)

To Reproduce
Steps to reproduce the behavior:

  1. Checkout the project (changeset 61cce45)
  2. set JAVA_HOME to JDK 15.0.2 (Zulu full with JavaFX)
  3. mvn install (Apache Maven 3.6.3)
  4. See error

Expected behavior
Tests pass

Desktop (please complete the following information):

  • OS: Windows 10 64-bit
  • Microsoft Visual Studio Community 2019 Version 16.8.4
  • JDK 15.0.2 (Zulu)
  • ThinkPad P1 gen 3 laptop
@devopvoid
Copy link
Owner

This issue has been fixed with 702e58c

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

No branches or pull requests

2 participants