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

Support asymmetric ICE #3145

Closed
dbason opened this issue Mar 17, 2024 · 1 comment · Fixed by #3164
Closed

Support asymmetric ICE #3145

dbason opened this issue Mar 17, 2024 · 1 comment · Fixed by #3164
Labels
enhancement New feature or request webrtc

Comments

@dbason
Copy link
Contributor

dbason commented Mar 17, 2024

Describe the feature

Stunner is a kubernetes native STUN/TURN server. We can use it in symmetric ICE mode, but a nice to have would be being able to configure it in asymmetric ICE mode when mediamtx is also running inside kubernetes. Would you be interested in accepting a pull request to enable this? I believe the changes would need to be in the signalling side so we can respond to the client with ICE configuration without using it in the server.

@dbason
Copy link
Contributor Author

dbason commented Mar 18, 2024

The best way I can see to do this is leave the js portion that sends the ICE servers and add a boolean to the ice server configuration object; like clientOnly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request webrtc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants