mslosarz / nextrtc-videochat-with-rest

Application with spring security, spring rest, spring jpa to show how to use NextRTC signaling server with existing application (treat it like prototype!)
https://restvideochat.nextrtc.org/
MIT License
15 stars 16 forks source link

Some Errors about this project #4

Closed huangfei3095 closed 7 years ago

huangfei3095 commented 8 years ago

Hi, I am now studying on Next WebRtc project, and I found there are some errors on listed files: nextrtc\examples\videochat_with_rest\service
RegisterUserService.java SessionOpenedService.java nextrtc\examples\videochat_with_rest\domain Member.java nextrtc\examples\videochat_with_rest\domain\handler ConversationCreatedHandler.java ExceptionHandler.java The errors are log could not be resolved, xxx dao could not find xx method, etc.

I hope I could get the latest version that fixed all the bugs, Thanks.   
huangfei3095 commented 8 years ago

I am now thinking of presenting Web3D file which as large as 500G on the Web, and I would consult you if it's possible to integrate Next WebRtc with JXTA2.7, so that the file could be transport from peer to peer instead of integrated server. For massive scale users request, peer to peer transportation WebRtc provided possible solution, and I am now consulting you about detailed information.

I am looking forward to hearing from you at your convinence. my mail: 1254209774@qq.com

chasd00 commented 8 years ago

The errors you are seeing are probably because of the lombok dependency. Please make sure you have it installed and configured for your IDE. https://projectlombok.org/