Results 21 issues of José Luis Millán

Hi, The following code perfectly generates the documentation for the given classes ``` /* cldoc:begin-category(core::A) */ class A; /* cldoc:end-category() */ /* cldoc:begin-category(core::A) */ class A { public: int a;...

JSON encoding/decoding is very CPU intensive. Use character separated string for `internal` routing representation. `data` info from node to worker for `Channel` remains being JSON. `data` info from node to...

https://tools.ietf.org/html/rfc2198 https://webrtchacks.com/implementing-redundant-audio-on-an-sfu/ https://webrtchacks.com/red-improving-audio-quality-with-redundancy/ Since [this patch](https://webrtc-review.googlesource.com/c/src/+/178022) in libwebrtc the SFU can be able to identify the redundant packets.

feature

## Feature Request We don't have this feature and it's needed to avoid sending RTP while keeping the MediaStreamTrack set. Removing and re-adding the track to the transceiver will create...

Current built system offers insufficient target architectures. Just enhance it.

enhancement

From Emil Lenngren to the JsSIP mailing list: > Hi. When I login on JsSIP Tryit and try to register, I get an alert saying "Sip registration error. 500 Internal...

bug

This is an extract from a bigger "Memory Optimizations" PR #675 It contains only the `ObjectPoolAllocator` part with a few exceptions: * `RtpPacket::Parse()` does return a `RtpPacket` instance. In #675...

Flatbuffers version:master OS: Mac OS BigSur If I wanted to create a flatbuffers table that represents the following TS type: ```ts type Foo = { name?: string; } ``` which...

Motivation: #989, we have seen that we are sometimes sending more BW than provided by BWE. We verified that `SimulcastConsumer` is properly selecting the `target` **spatial** and **temporal** layers based...