You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
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.
The text was updated successfully, but these errors were encountered: