Hi!

 

I have a sofiasip running client for Windows, able to register and receive
calls, but I hear nothing once the call is established. It is mainly based
on Sofiasip-cli so there are code parts I don’t understand, for example:

 

static void ssc_media_gst_init (SscMediaGst *object)

{

  SscMediaGst *self = SSC_MEDIA_GST (object);

  const char * const ad_type_getenv = getenv("SOFSIP_AUDIO");

  const char *ad_type = SOFSIP_DEFAULT_AUDIO;

  

fails in SOFSIP_DEFAULT_AUDIO undefined. Where is it defined? Which missing
module it uses?

 

Anyway I replaced it with

const char *ad_type="OSS";

or ALSA but I just realized those are Unix sinks so I am completely lost
about what to write in here. Any idea? Any other change to keep this working
on windows?

 

Thanks in advance.

 

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to