José Luis Millán
José Luis Millán
> Can we see the devel branch? There is no such branch anymore. Refer to v3 for the current code.
Commented in [mediasoup.discourse.group](https://mediasoup.discourse.group/t/can-i-pass-the-consume-track-to-another-mediasoup/660/2)
Maybe related to this?: https://docs.libuv.org/en/v1.x/async.html `libuv will coalesce calls to uv_async_send(), that is, not every call to it will yield an execution of the callback. For example: if uv_async_send() is...
Are you making sure that threadA is not writing to a `SendSctpDataStore` at the when at the same time the `uv` main thread is reading it?
Update: This PR is almost ready to be shipped if we want to. The are two main concerns already defined in the PR description: * Since we don't use a...
> How does this change affect prebuilt worker binaries? Now they should not be "binaries" but "libraries" so more changes are needed specially in the naming of those assets and...
@threema-lenny, how are you taking benefit of choosing the steam ID for a DataConsumer? Can you share a use case?
Closing this feature request as H264 with Dependency Descriptor is implemented [here](https://github.com/versatica/mediasoup/pull/1508) and will be soon merged.
### TODO1 We must add asan options to dependencies too. By adding the following lines to meson.build we are doing so. We need to apply this only when running asan,...
I cannot get a glimpse of the reason why liburing could be related to such thing. The given bug description is definitely not sufficient for making any diagnostic. @EtiennePestre, please...