[gst-devel] simultaneous OSS playback/record

Edgard Lima edgard.lima at indt.org.br
Tue Jun 13 18:55:35 CEST 2006


The three below seems to work for me, what of them doesn't work for you?

1-

gst-launch-0.10 osssrc ! osssink

2-

gst-launch-0.10 osssrc ! fakesink audiotestsrc ! osssink

3-

gst-launch-0.10 osssrc ! fakesink
gst-launch-0.10 audiotestsrc ! osssink

BR,
Edgard





ext Wilson, Diego wrote:

> Hi all,
>
> I’m in a pickle and one of you guys might be able to help me out.
>
> I’m running GStreamer 0.10 on an arm platform with one /dev/dsp 
> device. I’ve already tested osssrc and osssink. They both work fine. 
> The problem is when I try to run them both at the same time.
>
> Now I don’t know if this is even supposed to work. I ran a gst-launch 
> with osssink then try running a gst-launch with osssrc. The later 
> complains that the device is already being used.
>
> Then I read the Open Sound System Programmer’s Guide. It quite 
> specifically said that:
>
> “With the current OSS implementation it is not possible to open a 
> device that is already open”
>
> Does that mean I can’t do playback and record simultenously using OSS? 
> Is the only answer having to devices?
>
> Regards,
>
> _________________________
>
> Diego Wilson
>
>------------------------------------------------------------------------
>
>_______________________________________________
>gstreamer-devel mailing list
>gstreamer-devel at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  
>





More information about the gstreamer-devel mailing list