|
This post was updated on .
I am testing a pipeline as follows
udpsrc --> gstrtpbin -->rtpdemux0--decode0-->audioconvert0-->liveadder-->directsoundsink
-->rtpdemux1--decode1-->audioconvert1|
.........
-->rtpdemux..n-->decode..n-->audioconvert..n|
I am using liveadder to mix streams. But it seems that it sometimes work and sometimes doesnt work(most of the time doesn't)
Since liveadder works on timestamps is it ignoring the other stream if it is out of sync?
If so how do I resynchronize the timstamps my individual streams obtained from rtpbin element?
Tanmay Ambre
|