-
Notifications
You must be signed in to change notification settings - Fork 16
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
Able to Video chat only first time #6
Comments
Hello :)
Please provides server side and client side logs
Best regards
2017-01-11 10:26 GMT+01:00 sidchoudhary <[email protected]>:
… When i freshly start server then only I am able to connect through my
mobile and laptop, after subsequent login video chat stop working and not
able to stream video on both client.
Please suggest what should I do.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADysRdo3IPospsbc9_V82dJKoFJwKdfjks5rRKBcgaJpZM4LgW6f>
.
--
Marcin Ślósarz
|
2017-01-11 17:31:14 INFO NextRTCEndpoint:35 - Handling message from: 1 On client side I get only this. On client side I get only this. It is highly recommended to override method NextRTC.onReady Also what I observed that, when connection does not establish, execution does not come in onMessage of NextRTCEndpoint |
Thanks for the quick response 👍 and thanks for providing this implementation. You saved a lot of time This happens only when i try to join conversation, sometimes it works but most of the time i get this error. |
Thanks for details I'll look into it today or tomorrow (I have to push my
previous changes connected with improvement in JOIN/CREATE and improvements
in logging)
2017-01-11 13:13 GMT+01:00 sidchoudhary <[email protected]>:
… On client side I get only this.
It is highly recommended to override method NextRTC.onReady
nextRTC.js:51 channel ready
72nextRTC.js:45 res: {"from":"","to":"2","signal":"
ping","content":"","custom":{}}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADysReQA_b9S6i8dCtrcM3NzIlJOHVMxks5rRMdlgaJpZM4LgW6f>
.
--
Marcin Ślósarz
|
Hello, Any update ? |
Please use version 0.0.5. (And set logging level to debug)
Best regards
2017-02-10 11:24 GMT+01:00 sidchoudhary <[email protected]>:
… Hello, Any update ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADysRbID1xvgtcKH_B6B5H-DFrOLwhq3ks5rbDrQgaJpZM4LgW6f>
.
--
Marcin Ślósarz
|
Sorry I did not get which version you are talking about ? |
nextrtc-videochat-with-rest is using nextrtc-signaling-server in version
0.0.4, please update it to 0.0.5. I made following changes in new version (
https://nextrtc.org/archives/129). Those changes might resolve your problem.
Best regards
2017-02-14 10:47 GMT+01:00 sidchoudhary <[email protected]>:
… Sorry I did not get which version you are talking about ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADysRS3yz64mBHYQBo4_xoDjqmQwlifBks5rcXhDgaJpZM4LgW6f>
.
--
Marcin Ślósarz
|
Tried as you suggested. But now I am not even able to chat, I think there is some problem with Signalling server. Not able to video chat. Here are few details of what I am doing. I just setup the project in Eclipse ran it, then after using browser I hit https://localhost:8433 and http://(my IP address):8433 from mobile browser. Then i start conversation using any of the browser after login and nothing happens. Please help to resolve my problem as I am new to server side. |
Hello
I'm sorry for late response, but I had other commitment to do. Now I'll
focus on issue described by you. Please be patient.
Best regards
2017-02-20 13:06 GMT+01:00 sidchoudhary <[email protected]>:
… Tried as you suggested. But now I am not even able to chat, I think there
is some problem with Signalling server. Not able to video chat. Here are
few details of what I am doing.
I just setup the project in Eclipse ran it, then after using browser I hit
https://localhost:8433 and http://(my IP address):8433 from mobile
browser.
Then i start conversation using any of the browser after login and nothing
happens.
Please help to resolve my problem as I am new to server side.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADysRfLFLT51wBNB5J8up93ELJXSHvFGks5reYGwgaJpZM4LgW6f>
.
--
Marcin Ślósarz
|
Please update your videochat-with-rest to latest version. I've made some small fixes and how issues described by you shouldn't appear |
When i freshly start server then only I am able to connect through my mobile and laptop, after subsequent login video chat stop working and not able to stream video on both client.
Please suggest what should I do.
The text was updated successfully, but these errors were encountered: