The second call still fails with the -null-audio option though. ________________________________ From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Benny Prijono Sent: Monday, May 18, 2009 9:59 PM To: pjsip list Subject: Re: About media initialisation without sound deviceinstalled on board On Mon, May 18, 2009 at 4:48 PM, M.S. <hamstiede at yahoo.de> wrote: Hi, i have the same problem. I tried to configure the stack in some different ways: --disable-sound fails this switch has detracted --enable-ext-sound fails --enable-ext-sound --disable-oss fails too I saw your post regarding this, sorry for not replying sooner. Well, it's a bug in the configure script, I posted a ticket for this: http://trac.pjsip.org/repos/ticket/853 In the mean time, use configure as normal, but use master clock instead of sound device at run time. With pjsua you can do this by specicying --null-audio option. You need to use version 1.2 for this, as there was a bug in 1.1 which prevents app from running if pjmedia-audiodev does not detect sound device in the system. cheers Benny ________________________________ Von: Ponik Supapupa <spunyk at gmail.com> An: pjsip list <pjsip at lists.pjsip.org> Gesendet: Freitag, den 15. Mai 2009, 12:11:14 Uhr Betreff: [pjsip] About media initialisation without sound device installed on board Hi all I'm using pjlib 1.2 version. For example i need a media server working on the workstation without sound device. Media server needs to decode/encode between different codecs. But when i created a media endpoint in this one we have a call of the pjmedia_aud_subsys_init() function, where we have by default status == PJ_ENOMEM. Of course when the application doesn't find any sound device then it returns a default status code, which is an error. Is it a bug or a feature? :) _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090520/60196af7/attachment.html>