Our 1-1 video call web-application is in UAT phase and we have tested our app postively with 30+ different user having different connections & infrastructure. However we are not able to connect to one of the peer using webrtc 1-1 video call. After debugging we found out that local ice candidate is not being generated.
peer.onicecandidate = function (event) {
console.log("Generating Local ICE candidate");
if (event.candidate){
console.log(event.candidate);
// Other code
}
};
I
t seems the onicecandidate was not triggered as no logs were there in console.
We are using google's STUN and our own COTURN, but still ICE candidate for this particular user was not generated and no error from webrtc.
We also tried using https://apprtc.appspot.com/ and still we were not able to connect to him.
after clicking 'i' on apprtc we saw that there was no RemoteAddr for the user and no data was being transferred.
Audio Tx: PCMU, - bps, - pps
Any help would be great.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/5ec474b3-f755-4b99-afbf-3408a8f2a73c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Do you see the onicecandidate callback with a null candidate, or do you see no callback at all? If you see no callback at all, is it possible that setLocalDescription is failing?I'd also recommend filing a bug, including a native log and a chrome://webrtc-internals dump in order to investigate this further.
On Mon, Sep 5, 2016 at 5:43 AM, Hemanshu Belani <hemansh...@kossine.com> wrote:
Our 1-1 video call web-application is in UAT phase and we have tested our app postively with 30+ different user having different connections & infrastructure. However we are not able to connect to one of the peer using webrtc 1-1 video call. After debugging we found out that local ice candidate is not being generated.
peer.onicecandidate = function (event) { console.log("Generating Local ICE candidate"); if (event.candidate){ console.log(event.candidate); // Other code } };I
t seems the onicecandidate was not triggered as no logs were there in console.
We are using google's STUN and our own COTURN, but still ICE candidate for this particular user was not generated and no error from webrtc.
We also tried using https://apprtc.appspot.com/ and still we were not able to connect to him.
after clicking 'i' on apprtc we saw that there was no RemoteAddr for the user and no data was being transferred.
Audio Tx: PCMU, - bps, - pps
Any help would be great.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/5ec474b3-f755-4b99-afbf-3408a8f2a73c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CAK35n0au3NWyg6B7VQj2PspLwEYYPaZbD6E2DnAbxwQUfTZY1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Do you see the onicecandidate callback with a null candidate, or do you see no callback at all? If you see no callback at all, is it possible that setLocalDescription is failing?I'd also recommend filing a bug, including a native log and a chrome://webrtc-internals dump in order to investigate this further.
On Mon, Sep 5, 2016 at 5:43 AM, Hemanshu Belani <hemansh...@kossine.com> wrote:
Our 1-1 video call web-application is in UAT phase and we have tested our app postively with 30+ different user having different connections & infrastructure. However we are not able to connect to one of the peer using webrtc 1-1 video call. After debugging we found out that local ice candidate is not being generated.
peer.onicecandidate = function (event) { console.log("Generating Local ICE candidate"); if (event.candidate){ console.log(event.candidate); // Other code } };I
t seems the onicecandidate was not triggered as no logs were there in console.
We are using google's STUN and our own COTURN, but still ICE candidate for this particular user was not generated and no error from webrtc.
We also tried using https://apprtc.appspot.com/ and still we were not able to connect to him.
after clicking 'i' on apprtc we saw that there was no RemoteAddr for the user and no data was being transferred.
Audio Tx: PCMU, - bps, - pps
Any help would be great.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/913f0af5-8e0a-493d-b6c5-67be0645d7de%40googlegroups.com.
can you get a chrome debug log as shown on https://webrtc.org/native-code/logging/ ? (you might want to set verbosity higher, e.g. 4)
2017-02-23 23:31 GMT+01:00 Saurabh Jain <sjwo...@gmail.com>:
Hi guys,I have the same exact problem.Tried several webrtc test pages including the appr.tc page.Opened chrome:webrtc-internals - in all cases I see no onIceCandidate / addIceCandidate messagesAlso, the webRTCTroubleshooting page gets stuck on UDP test.Tried the same test pages on a different machine with the same version of chrome on the same network - and there it works fine !?! - just not on my laptop.Tried resetting chrome settings to get rid of all plugins etc.. - no changeTried disabling Windows firewall and re-run tests - no changeAny ideas ??Please help - thx,Saurabh
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.