Lorenzo Miniero

Results 52 comments of Lorenzo Miniero

Thinking about it, the logger is shared among all sessions, but we have global properties (e.g., `sofia_log` and `call_id`, but `skip`, `started`, `append` too) that we sometimes access without a...

@oriol-c ping :slightly_smiling_face:

If you can submit your proposed change as a pull request, that would be better, as a diff shared like that is unfortunately not very readable.

@oriol-c any update on testing my patch, and on making yours available as a PR?

This looks like a useful tool (some time ago I wrote a similar one in nodejs), but I'm not sure it belongs here. Maybe it could be its own separate...

@lionelnicolas could you add some text to the [Admin API documentation](https://janus.conf.meetecho.com/docs/admin) too, maybe as a new section there, so that people interested in the Admin API are aware of this...

I think you may be a bit confused as to how FEC works. There's FEC on the way in, and there's FEC on the way out. Our code to process...

That it doesn't appear in the VideoRoom is irrelevant: the VR only relays media, which means it's the browser that terminates audio doing its magic there. The AudioBridge has to...

There's nothing I can do until browsers send FEC to the AB too: I seem to remember there was a graph for that on the sender side too. If it...