mgruberman
mgruberman
~~PS, I do wonder if there's something about running both or either of freeswitch and/or fs_cli inside a container without an effective `--init` to do waitpid() that might cause a...
On looking at the threads, it seems like the listener thread is deadlocked with some other threads on a session: 1. `session->codec_init_mutex` in `switch_core_media_set_codec` at `switch_core_media.c:3607` for the listener thread...
Thanks @dragos-oancea, I think that's not quite the issue. In this case, the latency is "good enough" when the threads are not deadlocked and then the latency changes to "dead...