samples icon indicating copy to clipboard operation
samples copied to clipboard

Trickle ICE Failed

Open murugancmi opened this issue 2 years ago • 3 comments

  • [x] I understand that issues created here are only relevant to the samples in this repo - not browser or SDK bugs
  • [x] I have provided steps to reproduce
  • [x] I have provided browser name and version
  • [x] I have provided a link to the sample here or a modified version thereof

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

murugancmi avatar May 27 '22 11:05 murugancmi

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.

rajneeshksoni avatar May 27 '22 12:05 rajneeshksoni

No still the same issue please have a look

Screenshot 2022-05-28 at 4 28 25 PM

murugancmi avatar May 28 '22 10:05 murugancmi

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

fippo avatar Jul 01 '22 10:07 fippo