WebRTC: ICE failed on small timeout for answer transmission (5s)
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
People
(Reporter: vivien.galuchot, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
When Firefox is used to answer a WebRTC offer, if the time to retransmit the aswer back to the peer is too long (~ 5s) the connection fails.
Can be reproduced on https://owebio.github.io/serverless-webrtc-chat/
1- copy offer from 1 to 2
2- click "CREATE"
3- wait 10s
4- copy answer from 3 to 4
5- click "start"
Actual results:
the WebRTC connection fails at step 3 and wont be completed
the console output the message "WebRTC: ICE failed, add a STUN server and see about:webrtc for more details"
Expected results:
the WebRTC connection should not have failed on a timeout this short
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•5 years ago
|
||
Hi Byron, could you please help me triage this one?
Comment 3•5 years ago
|
||
We have this timeout to allow better detection of ICE failures; the copy/paste/email use-case is not as important to us. If you want, you can change the media.peerconnection.ice.trickle_grace_period pref to something longer.
| Reporter | ||
Comment 4•5 years ago
|
||
Tanks for your explanation
Description
•