Skip to content
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

Enabling UDP-CR Forwarding with Coturn STUN Server #1439

Open
gzm2015 opened this issue Feb 23, 2024 · 1 comment
Open

Enabling UDP-CR Forwarding with Coturn STUN Server #1439

gzm2015 opened this issue Feb 23, 2024 · 1 comment

Comments

@gzm2015
Copy link

gzm2015 commented Feb 23, 2024

When my Customer Premise Equipment (CPE) obtains its external IP and port through the STUN server(x.x.x.x:3478), it sends this information to my Auto-Configuration Server (ACS).
When my ACS wants to initiate communication with the CPE, it sends a UDP Connection Request (UDP-CR) to the STUN server. The STUN server(x.x.x.x:3478) then forwards this UDP-CR to my CPE.
Upon receiving the UDP-CR, the CPE initiates a TCP connection with my ACS.

Now, I'm wondering if coturn has any features or methods to help forward this UDP-CR for me.

@eakraly
Copy link
Collaborator

eakraly commented Mar 2, 2024

Hi @gzm2015
I'm not sure I fully understand your setup of what you are trying to achieve but it looks like coturn does not support what you want.
However, you could probably build that yourself by watching created allocations in redis or from logs and then forward them yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants