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

How to build this thing? #1

Closed
dimonik opened this issue Dec 18, 2015 · 6 comments
Closed

How to build this thing? #1

dimonik opened this issue Dec 18, 2015 · 6 comments

Comments

@dimonik
Copy link

dimonik commented Dec 18, 2015

Hi Marcin!

Can you explain how to build & run this server?

@mslosarz
Copy link
Owner

Hello

First you have to build nextrtc-signaling-server (by mvn install)
Then you can see an example (where library is used
nextrtc-example-videochat -> simple usage,
nextrtc-videochat-with-rest -> in progress... handling signals with storing then by hibernate)

If you have some compilation problems in yours IDE probably you have to install lombok

Best regards

@pancitmiki
Copy link

Hi Marcin,

Is lombok installable through maven by adding it as a dependency in the pom
file?

Thank you.

On Fri, Dec 18, 2015 at 7:52 PM, Marcin Ślósarz notifications@github.com
wrote:

Hello

First you have to build nextrtc-signaling-server (by mvn install)
Then you can see an example (where library is used
nextrtc-example-videochat -> simple usage,
nextrtc-videochat-with-rest -> in progress... handling signals with
storing then by hibernate)

If you have some compilation problems in yours IDE probably you have to
install lombok

Best regards


Reply to this email directly or view it on GitHub
#1 (comment)
.

@mslosarz
Copy link
Owner

To build project by maven, lombok dependency is enough to success.
If you want to use lombok in your IDE you have to download plugin (for IntelliJ) or execute jar provided by lombok project (Eclipse) for more details see https://projectlombok.org/

@demoontz
Copy link

Hello!
could u tell what is working on nextrtc-videochat-with-rest? can we make call for N people?

@mslosarz
Copy link
Owner

I think that it shouldn't be problem, but I can make a call with you
tomorrow, because today I'm at work to 8 p. m. (in UTC time)

In nextrtc-videochat-with-rest I checked it is possible to plug signaling
server to application with hibernate. I created some handlers and when some
event occurs (for example someone has joined) I've tried to store this
information.

I have example (I know that it doesnt work now, but it's problem with proxy
configuration, not with application), this example works fine on tomcat8,
what more in example in view (somewhere in index.html) there is hardcoded
endpoint value try to change it :)

2015-12-18 16:16 GMT+01:00 demoontz notifications@github.com:

Hello!
could u tell what is working on nextrtc-videochat-with-rest? can we make
call for 2 people?


Reply to this email directly or view it on GitHub
#1 (comment)
.

Marcin Ślósarz

@mslosarz
Copy link
Owner

Building and other related things are described in wiki, check it out :) for other questions, problems please create an issue.

mslosarz added a commit that referenced this issue Sep 7, 2018
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

4 participants