question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ice trickle support

See original GitHub issue

Hi again,

I would to open again the discussion about ice tickle support. So, is it so difficult to implement in aiortc codebase? Could explain how can we implement this in aiortc (better way to implement)? I could help you in this issue.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mglettigcommented, Apr 25, 2022

@mglettig we explicitly support both candidates passed into setRemoteDescription or subsequenty with addIceCandidate. If you have a reproducible scenario where this does not work, please open a separate issue.

Just confirming that it works as you mentioned. 👍 The problem was on my side (my signalling adapter blocked a thread where aiortc was running it leading to no response during ICE exchange).

1reaction
jlainecommented, Apr 19, 2022

@mglettig we explicitly support both candidates passed into setRemoteDescription or subsequenty with addIceCandidate. If you have a reproducible scenario where this does not work, please open a separate issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RTCPeerConnection.canTrickleIceCandidates - Web APIs
ICE trickling is the process of continuing to send candidates after the initial offer or answer has already been sent to the other...
Read more >
Trickle ICE - GitHub Pages
This page tests the trickle ICE functionality in a WebRTC implementation. It creates a PeerConnection with the specified ICEServers, and then starts ...
Read more >
Trickle ICE - BlogGeek.me
Trickle ICE is a common term used in the WebRTC environment. Learn more in the WebRTC Glossary where all relevant terms are explained!...
Read more >
draft-ietf-mmusic-trickle-ice-02
Trickle ICE : Incremental Provisioning of Candidates for the Interactive ... Once a session is established and trickle ICE support is confirmed for...
Read more >
ICE always tastes better when it trickles! (Emil Ivov)
If the callee supports Trickle ICE, the rest of the process is still optimized because it can send candidates incrementally speed up the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found