Iñaki Baz Castillo

Results 127 issues of Iñaki Baz Castillo

Since recent versions, Chromium/Chrome has support for sending the `abs-capture-time` RTP extension, however it lacks some stuff (read the issue in the link below): > - Negotiate the header extension....

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/macOS
bug :beetle:
has-repro-comment
stale
28-x-y

(Same as in mediasoup-client: https://github.com/versatica/mediasoup-client/issues/239). `a=rtcp-fb:*` means that all codecs in this `m=` section support the RTCP features exposed in this attribute line. Purpose of it is to save space...

Fixes #140 - Update libsdptransform to v1.2.10 - Update Catch2 to v3.2.1

I'm trying to modernize a bit `mediasoup-demo/app` (the browser app). It's being terrible: - AFAIU `gulp` is kinda deprecated everywhere. - I'm being forced to add `type: 'module'` in `package.json`...

```ts import { EventEmitter } from 'events'; /** * Foo class. * @noInheritDoc */ export class Foo extends EventEmitter { // ... } ``` `Foo` class generated docs don't show...

Hi, "mysqlplus" (and of course also "mysql") driver blocks totally the Ruby process when it's trying to connect to a MySQL server. In case the server doesn't respond then we...

I've ruby1.8.7 and 1.9.1 installed. In both I've the gems: - mysql (2.8.1) - mysqlplus (0.1.1) When I require mysqlplus in 1.8 it is correctly loaded. However in Ruby 1.9...

``` "dependencies": { "socket.io": "latest" } ``` Congratulations for such a hack. Great, nice!

Just wanted to say thanks for this excellent library :)