David Zhao
David Zhao
Currently Insertable Streams is only supported on Chromium-based browsers. [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1631263) and Safari do not support it yet. We do plan to support e2ee within LiveKit. Stay tuned.
it's on our roadmap!
Tracking E2EE in #1035, closing this issue in favor of that
could you remove .DS_Store as well? 🙏
hey @avvertix, sure we'd happily take a PR that would make TURN port-range configurable. You might still end up with a large range of ports to forward though, since each...
You could also try muxing it with udpmux. Something like [this](https://github.com/pion/ice/blob/master/udp_mux.go). This approach would be a bit more involved, but the end result is that it'll be using a single...
thanks for the report, this is actually an issue on the server side. moving it to the that repo.
this should be fixed in #857. give it a shot if you are able to run against `master`
thanks for the test case, we'll try to repro with it. issue reopened.
Hi @dmisol, I tested it this and have made a couple of changes. The core change is working well! really impressive that it works automatically A couple of issues that...