Iñaki Baz Castillo

Results 550 comments of Iñaki Baz Castillo

Anyway changes are applied into current v3 in this PR: https://github.com/versatica/mediasoup/pull/944

> Not yet, I just updated from 0.9.3 to 0.10.0 and changed the type ListenIP that causes build errors. I have no idea what you mean here.

So you are using Rust, you are not using WebRtcServer at all and you changed something in the Rust code. And it crashes due to something in WebRtcServer (that you...

Now I realize that it is RTC::WebRtcTransport::OnIceServerTupleRemoved() the one crashing rather than in WebRtcServer...

There is no freed memory usage in there. `this->tuples.erase(it)` just removes a `TransportTuple` pointer from a map, it doesn't free it.

@ybybwdwd please take a look: https://github.com/versatica/mediasoup/pull/915

Thanks, we are not doing BBR anyway.

We'll update when there is progress.

We just use libwebrtc dep for BWE.