Multiple Source Pipeline Hangs

Tim Müller tim at centricular.com
Thu Jun 19 09:22:43 PDT 2014


On Thu, 2014-06-19 at 09:04 -0700, Puyol wrote:

Hi Puyol,

please do not "hijack" other threads with completely unrelated queries,
thanks.

 Cheers
  -Tim
 
> I'am using the android tutorial2 gstreamer, to make a simple pipeline from
> one android phone to another, 
> http://docs.gstreamer.com/display/GstSDK/Android+tutorial+2%3A+A+running+pipeline
> Now what i want to do is making two processes to make the android phone send
> and receive audio! 
> in Linux i used the commande fork(); and it's working 
> p=fork(); 
> if p==0{ 
> //pipeline1 
> } 
> else{ 
> //pipeline2 
> } 
> but in the case of android this is not working and that make an error : 
> { 
> g_source_set_callback: assertion `source != NULL' failed 
> Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1) 
> } 
> is there any idea to deal with? 
> thanks!! 

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list