devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
248 stars 60 forks source link

maven install failed #1

Closed yspyhp closed 1 year ago

yspyhp commented 4 years ago

hello! Thank you for your project. I made the following errors when compiling. I don't know C language. Please help me to have a look! image

devopvoid commented 4 years ago

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 what went wrong.

Regards, Alex

yspyhp commented 4 years ago

I'll try another way Copy your webrtc-java-demo (tag v0.2.0) code into my project and introduce webrtc-java(version 0.2.0) In the use of new ScreenCapturer (); The error information is as follows Please help me to see how to deal with it! image

yspyhp commented 4 years ago

I tried to get in through the entrance DesktopSourcesPresenter, like this image But this is where the code goes wrong, Don't know what happened image An error is as follows image

devopvoid commented 4 years ago

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.

yspyhp commented 4 years ago

I understand. Will a new version be released at that time

yspyhp commented 3 years ago

Will this project be updated in the future? Hope to integrate desktop sharing functionality!

devopvoid commented 1 year ago

Screen / desktop sharing has been enabled as of version 0.7.0.