Do you get audio? What implementation is the other side? If the other
side is also Firefox, what does about:webrtc show there? What webrtc
service are you using? From an ICE perspective things look OK on your end;
if peer reflexive works, it makes sense to avoid using a relay after all.
Stuff can still fail after that though.

Best regards,
Byron Campen
On Nov 11, 2014 8:14 AM, <[email protected]> wrote:

> Hi,
>
> I found a strange problem on my side. I have a PC under Airport WiFi AP
> (but connected by wire), and try to use RTCPeerConnection to connect the
> other device. However, the ice status is changed as "connected", but I
> can't see any video on my FF. I also try to use about:webrtc to find the
> any clue.. Here is the output from about:webrtc
>
> PeerConnection:1415678254974000 (id=399 url=
> https://10.0.1.12:6666/html/index.html#) 11:58:41 GMT+0800
> ICE statistics
> 1415678254974000 (id=399 url=https://10.0.1.12:6666/html/index.html#):
> stream1/audio
> Local candidate Remote candidate        ICE State       Priority
> Nominated       Selected
> 10.0.1.25:59672/udp(host)       192.168.60.108:45308/udp(host)  failed
> 9115038255643886000
> 192.168.3.10:45673/udp(peerreflexive)   192.168.60.108:45308/udp(host)
> succeeded       7989386838416440000     *       *
> 54.255.152.155:50652/udp(relayed-udp)   192.168.60.108:45308/udp(host)
> cancelled       423619839899090400
> Local candidate addr    Type
> 10.0.1.25:59672/udp     host
> 211.72.69.111:44545/udp serverreflexive
> 54.255.152.155:50652/udp        relayed-udp
> 192.168.3.10:43905/udp  peerreflexive
> Remote candidate addr   Type
> 192.168.60.108:45308/udp        host
> 1415678254974000 (id=399 url=https://10.0.1.12:6666/html/index.html#):
> stream2/video
> Local candidate Remote candidate        ICE State       Priority
> Nominated       Selected
> 10.0.1.25:59674/udp(host)       192.168.60.108:41818/udp(host)  failed
> 9115038255643886000
> 192.168.3.10:45673/udp(peerreflexive)   192.168.60.108:41818/udp(host)
> succeeded       7989386838416440000     *       *
> 54.255.152.155:65349/udp(relayed-udp)   192.168.60.108:41818/udp(host)
> cancelled       423619839899090400
> Local candidate addr    Type
> 10.0.1.25:59674/udp     host
> 211.72.69.111:46313/udp serverreflexive
> 54.255.152.155:65349/udp        relayed-udp
> 192.168.3.10:45673/udp  peerreflexive
> Remote candidate addr   Type
> 192.168.60.108:41818/udp        host
>
> Finally, FF decides to use 192.168.3.10:45673, and Turn Server is
> canceled. But I still can not see any video on my FF? Why?
>
> Does anyone know how to fix this issue?
>
> Thanks.
> _______________________________________________
> dev-media mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-media
>
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media

Reply via email to