I am trying to build a conferencing solution with gstreamer-java.
I am stuck with the audio part, because every participant should only hear the others, not himself.
I constructed a pipeline (see the included image file).
The whole construct works, if I put a rtpmuxer and a single udpsink / multiudpsink at the end. But in that case, every participant gets all audio streams multiplexed (as expected).
If I do it like in the picture no packets are created (checked with wireshark). Where is my error in reasoning?
(you can pull the image to another tab to be able to read the text)

Its a hell of a pipeline, but it does, what it’s supposed to. I added a dump of a dot-file, so you can extract the image of the pipeline for convenience.