Support the use of a static media port in a Connection - #60
Conversation
|
In most use-cases (e.g. WebRTC) there are going to be multiple connections, how is this going to work? |
|
In our use-case we do CPU/GPU intensive processing on the WebRTC media stream and need to scale the hardware infrastructure as the number of client grows, and we've decided to run one container per client hence the need to know which port to open beforehand. We're already running the proposed change and it works great. That being said, the solution proposed in #47 seems more flexible and will cater for our use-case as well. |
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 1184 1184
=========================================
Hits 1184 1184
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
This is a more flexible solution #63 |
This makes it possible to run inside a docker container without a STUN/TURN server.
The issue with a randomly assigned port is that all ports must be published in advance when the container ls launched,