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

Configure a fixed UDP port instead of using turn #36

Open
read8873 opened this issue May 21, 2024 · 1 comment
Open

Configure a fixed UDP port instead of using turn #36

read8873 opened this issue May 21, 2024 · 1 comment

Comments

@read8873
Copy link

read8873 commented May 21, 2024

I am trying selkies in an internal network where it's hard to reach external turn servers.

Is it possible to override the UDP port that selkies listens and also the final UDP end point (container1.server1.lan:12345) that will be send to the web browser for RTC?

@ehfd
Copy link
Member

ehfd commented May 21, 2024

Other WebRTC libraries (such as Pion) have support for it, but not GStreamer as of currently.

However, why not try a double relay port TURN server in the internal network if that's the concern (set the same min-relay-port and max-relay-port e.g. 59120-59121)?

Edit: Actually, you'd need two, not one port per session now.

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