bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.88k stars 1.41k forks source link

Support stunner as an ICE server #3144

Closed dbason closed 4 months ago

dbason commented 4 months ago

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.

github-actions[bot] commented 4 months ago

This issue is being automatically closed because it does not follow the issue template. Please reopen the issue and make sure to include all sections of the template.