problem to mix several remote sources with adder or mixer
Jack
jack at rybn.org
Thu Apr 25 20:53:26 UTC 2019
My pipeline is made with 3 bins :
uridecodebin ! audioconvert ! volume ! audiopanorama ! queue
Then each bin request sink pad from audiomixer and create the link with
its ghost pad.
The pipeline after uadiomixer is :
audiomixer ! audioconvert ! autoaudiosink
So my final pipeline looks like :
bin1
\
bin2 - audiomixer ! audioconvert ! autoaudiosink
/
bin3
After each element has been added to the pipeline and link in the right
order, I change the state of this pipeline to PLAYING.
But, it seems that the third bin3 can't pass in playing state (or
something else ?).
++
Jack
Le 25/04/2019 à 22:09, Jack a écrit :
> Hello,
>
> Still trying to debug...
> I succeeded to mix the 3 remote audio stream today ... one time !
> Then, restarting the exactly same python script failed with other attemps.
> Weird, If someone knows what is going wrong ?
> ++
>
> Jack
>
>
>
> Le 23/04/2019 à 18:00, Jack a écrit :
>> Hello,
>>
>> I am trying to mix several remote sources using uridecodebin (with uri
>> as http://) with either adder or audiomixer but it is not working if i
>> use more than 2 sources.
>> It is weird because if i try to use 3 audiofiles sources (with uri as
>> file:///), i can mix these 3 sources without problem.
>> I am sure that i missed something here, but what ?
>> Thanks for your help.
>>
>> My configuration :
>> Ubuntu 18.04
>> GStreamer 1.14.1
>>
>> ++
>>
>> Jack
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
More information about the gstreamer-devel
mailing list