linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] MSConf.c without using pin 0


From: damico
Subject: Re: [Linphone-developers] MSConf.c without using pin 0
Date: Mon, 05 Jul 2010 14:42:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Il 05/07/2010 14:18, Raust Tamatea ha scritto:
Hello,
I'm using msconf for my application. After reading the code and trying many things, I've found 2 limitations : MSConf need to have a filter on PIN 0 and there must be data on PIN 0.
I would like to know if someone have modified the msconf.c file to create a "true" conferecing file ? I mean, a conf that just take input from each PIN, mix it and dispatch to other output PIN. Even if there is no data on PIN. How can I do this ?

Regards.

_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers
If I understand correctly what you mean, you can do it just by writing a simple "Blank source" that pumping 0-data to MSConf at the pin 0 (try with the attached code).
In order to work correctly, MSConf need a stable data source on the first pin: that constraint is a short path to implement a conference module in a rtp-scenario where some packets could be lost or come with lag.

Regards

--Michele

Attachment: blankplayer.c
Description: Text Data


reply via email to

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