linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] ms_join() Filter


From: damico
Subject: Re: [Linphone-developers] ms_join() Filter
Date: Thu, 08 Apr 2010 11:41:47 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Hi Cameron,
Unfortunately I haven't a simple test application... But it works in very simple way. You must link one or more filters as input and one output (you can use every output pin from 0 to MIX_MAX_PINS-1 = 7).
The simplest filters graph is:
| Audio Source |---------->0 | MIX | 0 -------> | Audio Out |
| file reader      |---------->1 |         | .
                                           . |         | .
                                          7 |         | 7

Additional features:
1) If you link more than one outputs => the mixer spawn the output to every output linked filter 2) You can use the mixer without any output linked to it => it works like a black hole :) 3) The source are dynamic : if a source don't pump any data for a wile, that source will be ignored till it will send new data.

I hope it can help you

Regards

--Michele

Cameron Barfield ha scritto:
Michele --

Thanks; this looks like it should do the trick!

Would you happen to have a simple sample application? I can't seem to figure out how to get the two inputs set up.



damico wrote:
Cameron Barfield ha scritto:
Has anyone ever successfully used the ms_join() filter to combine two audio input sources into one output RTP stream?

After receiving a SIP call, I'm looking to play an audio tone back to the caller in addition to my own microphone audio. _______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers
I don't think that ms_join can do that kind of work.... You need something that works like ms_conference. I wrote a filter some time ago but I've never published it ..... Is time to do it. You can try with the attached filter and tell me if it is that you looking for.

Regards

--Michele


------------------------------------------------------------------------

_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]