> I guess you should consider to implement your own pjmedia_port that simply buffers an audio frame.
This is something I'm starting to consider doing.
But actually now I've got another problem, that I had not think of initially: with my solution (or with a custom "loopback" port, it'd be the same) the caller can hear themselves talking, which of course I don't want. I have no clue on how this could be avoided, other than actually doing ~N*N pjsua_conf_connect, which I'm starting to think is not so bad a solution after all...
Thank you for your answer, MD Da: pjsip <pjsip-bounces@xxxxxxxxxxxxxxx> per conto di Nanang Izzuddin <nanang@xxxxxxxxx>
Inviato: giovedì 26 settembre 2019 08:20 A: pjsip list Oggetto: Re: Bridging N calls together Hi,
IMHO the splitcomb approach should work, though not sure why audio quality is low. If it happens on low conf participant number (e.g: <=4), perhaps somehow the splitcomb is not suitable, I guess you should consider to implement your own pjmedia_port that
simply buffers an audio frame.
Also, in case you haven't, null-audio, i.e: pjsua_set_null_snd_dev(), generally should provide better clock for the conference bridge.
BR,
nanang
On Wed, Sep 25, 2019 at 6:43 PM Matteo Dell'Orefice <m.dellorefice@xxxxxxxxxxxxx> wrote:
|
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org