webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.77k stars 5.69k forks source link

Trickle ICE Failed #1556

Closed murugancmi closed 6 months ago

murugancmi commented 2 years ago

Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.

Browser affected

Chrome 102.0.5005.61 (Official Build) (x86_64)

Description

when we try to test Trickle ICE in Chrome 102.0.5005.61 (Official Build) (x86_64) Mac ICE gathering failed, If I test the same sample it works fine in firefox.

Tested On Chrome

Screenshot 2022-05-27 at 5 03 10 PM

Tested on firefox

Screenshot 2022-05-27 at 5 03 50 PM

Steps to reproduce

Add stun server URL and click Gather candidates https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/

Expected results

gather a candidate with type "srflx" from the stun server

Actual results

No candidate from STUN server

rajneeshksoni commented 2 years ago

Can you check first running the getUserMedia sample allow camera and then run the trickle ice sample i think it should work.

i think it is related to this.

murugancmi commented 2 years ago

No still the same issue please have a look

Screenshot 2022-05-28 at 4 28 25 PM

fippo commented 2 years ago

are you using any "privacy" extensions which might tamper with how WebRTC behaves? Not gathering any candidates is quite unusual