Iñaki Baz Castillo
Iñaki Baz Castillo
**Describe the bug** When throwing the focused window of an application to left or right, the window that should remain on top in the origin workspace goes to the bottom...
Fixes https://github.com/versatica/mediasoup/issues/1437 ### Details - Read the issue, please. - So solution is that `SeqManager` now includes a second constructor with `initialOutput` and we use it in all `XxxxConsumer` classes.
Rationale in the ticket: https://webrtc-review.googlesource.com/c/src/+/358360 Theoretical solution is that the first **output** seq number of each mediasoup `XxxxConsumer` is not 0 or 1 (to avoid that a previous packet arriving...
# Bug Report ## Your environment - mediasoup version: 3.14.16 ## Issue description If the `Producer` has 3 encodings (so 3 simulcast spatial layers 0,1,2) and the encoding in the...
As shown in this CI action: https://github.com/versatica/mediasoup-client-aiortc/actions/runs/11389354908/job/31689098283 ``` Collecting aioice=0.9.0 (from aiortc>=1.9.0->mediasoup-client-aiortc==3.10.6) Downloading aioice-0.9.0-py3-none-any.whl.metadata (3.8 kB) Collecting av=9.0.0 (from aiortc>=1.9.0->mediasoup-client-aiortc==3.10.6) Downloading av-12.3.0.tar.gz (3.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 80.4 MB/s eta...
## Details The idea is that, instead of exporting types like this: ```ts import { types as mediasoupClientTypes } from 'mediasoup-client'; ``` We import them this way: ```ts import types...
- https://www.npmjs.com/package/@endo/netstring - https://github.com/endojs/endo/tree/master/packages/netstring
## What is the current behavior? Installing `@deepgram/sdk` in a TypeScript environment in production mode fails due to missing `ws` types. This is because [here](https://github.com/deepgram/deepgram-js-sdk/blob/main/src/packages/AbstractLiveClient.ts#L4C1-L4C52) it imports types from `ws`...
## Details - Progress in SCTP `Socket` class. - Many improvements and additions in SCTP `Chunk`/`Parameter` subclasses. - Add `handles/BackoffTimerHandle` which internally manages a `TimerHandler`.
## Details - libuv 1.50.0 comes with a new function `uv_udp_try_send2`. - https://github.com/libuv/libuv/releases/tag/v1.50.0 - https://github.com/libuv/libuv/pull/4644 > Add a version of `uv_udp_try_send` that can send multiple datagrams. > > Uses `sendmmsg`...