Hello
I am trying to figure out how to send out multiple audio streams when making a call between two PJSIP clients. The goal here is to have N number of separate audio streams that will be mixed on the other client.Media Description, name and address (m): audio 65217 RTP/AVP 109 18 8 0 96
[...]
Media Description, name and address (m): audio 60821 RTP/AVP 109 18 8 0 96
Media Description, name and address (m): audio 56863 RTP/AVP 109 96
Suppose I want to play, from the caller side, a wav file on each of the streams- how can I play a file on a specific stream? The only way I've been able to send out the wav files is by using pjsua_conf_connect(), but in that case they will of course be mixed together.
I am trying to get this done using the PJSUA API.
Thanks!
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org