Hi,
I want to add video features to my soft phone, but now sipxtapi
doesn't have video feature. So I 'm going to use ffmpeg (encode and
decode) and JRTP lib (tranfer RTP packets) for video support.
Do you have any suggestions for this issue?

Thank you very much.

Regards,
DBQ.


On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> SipXtapi is really just a wrapper around sipXcalllib, it basically
> initializes it, and then mostly posts messages to various OsTasks.
> Theoretically it should be possible to cut out use of sipxmedialib and
> still use sipxcallib. If you just want to use sipXtackLib, it should be
> ok, but be prepared to write your own media library if you dont already
> have one. Have a look at the architecture of sipxmedialib, and estimate
> how long would it take you to do the same task, so its portable and
> tested. I have also considered using just a sipstack, but then when I
> saw how long it would take to write replacement for sipxmedialib (I also
> looked at other projects) and sipxcalllib, and I realized it would take
> way too long, so I opted for using sipxtapi with sipxcalllib which is
> buggy but i fix the bugs along the way. So it really depends on the
> amount of time you want to spend on it, and the libraries you already have.
>
> Jaroslav Libak
>
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to