webrtc-java icon indicating copy to clipboard operation
webrtc-java copied to clipboard

maven install failed

Open yspyhp opened this issue 4 years ago • 6 comments

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

yspyhp avatar Apr 09 '20 06:04 yspyhp

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

devopvoid avatar Apr 09 '20 21:04 devopvoid

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 avatar Apr 10 '20 07:04 yspyhp

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

yspyhp avatar Apr 10 '20 11:04 yspyhp

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.

devopvoid avatar Apr 10 '20 19:04 devopvoid

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

yspyhp avatar Apr 13 '20 02:04 yspyhp

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

yspyhp avatar Jul 06 '20 11:07 yspyhp

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

devopvoid avatar Oct 09 '22 14:10 devopvoid