Alex Andres
Alex Andres
Closed, since the demos have been removed due to the nonexistent remote service on which the demo was build.
Have you tested it with the recent version? If the error still exists, I would like to see a reproducible minimal working example.
Is there more debug information? Looks like you are missing some system toolchain libs.
Hi, looks like the WebRTC sources are missing. As the first step, the cmake build should have checked out and build WebRTC. Please provide the full build log to understand...
I have to note that screen/desktop sharing is not yet fully implemented. Same for the macOS video capture. Should be fixed within few days.
Screen / desktop sharing has been enabled as of version 0.7.0.
I'm not sure, maybe you are using the old devices API. Could you please try with: ```Java List devices = MediaDevices.getVideoCaptureDevices(); List capabilities = MediaDevices.getVideoCaptureCapabilities(device); VideoDevice cameraDevice = devices.get(0); //...
Late, but should be fixed now.
Have you tested it with the latest version?
I started to create wiki pages for this library. There is a [wiki page for media devices](https://github.com/devopvoid/webrtc-java/wiki/Media-devices). Right now, the Java API does not have methods implemented to retrieve the...