-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ice trickle support #691
Comments
I would like to join this discussion. I would need ICE trickle support to get compatibility to my WebRTC counterpart that seems to only support offering with ICE trickle. When searching for ICE trickle support in this code base I found some hints that it should be possible to get it working but I didn't found out how. For example I found this discussion here very interesting #651 but it looks like the issue was not resolved for the one that raised the question. |
This is off topic, we support receiving trickled ICE candidates, so there should be no interop issue. |
@rprata this is where it needs to happen: aiortc/aioice#4 |
I'll check this issue and update it. Thanks. |
Hi @rprata I'm happy to keep this issue open as there will be some integration work in aiortc itself too. |
I think there still may occur interop issues: That is if the counterpart of aiortc can't handle it when the ICE candidates are sent directly in the answer. But this could be more of an issue of the other library than an issue of aiortc... Sorry if this post is off topic but I didn't find a better place to post it. |
@mglettig we explicitly support both candidates passed into |
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). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Let's keep this issue alive |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In order to get around Firefox's bug with resolving mDNS addresses only after However, despite @jlaine Is it expected that I should be able to see the video feed after an ICE connection is made via trickling? Is there anything special I need to do when sending the video feed in this case? |
Same problem here! I am very new to webrtc and want to receive video stream after sending sdp answer. Ice connection is complete (successfully to connect to server via webrtc) but no data transmit. I've asked for help here and he said library is not sending or receiving Stun Binding Requests to server. Please tell me what should I do next? |
Can you share your solution or @jlaine can a working Firefox example be supplied? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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.The text was updated successfully, but these errors were encountered: