<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Lucas,<div><br></div><div>First try the option sync=false for the alsasink at the end of the pipeline.</div><div><br></div><div>If no success try to use the liveadder.</div><div><br></div><div>I had the same problem and I solved it with the liveadder. You can not solve it with a "static" gst-launch command, you have to write a program yourself.</div><div>The programs I made (source and linux executables) are attached as source for inspiration.</div><div><br></div><div>The sender sends MP3 file to a RTP network stream.</div><div>The receiver may receive multiple network streams (of multiple senders from different machines) and mixes these streams.</div><div>If new streams arrive or old streams are removed, the corresponding mixer pads are created/removed dynamically.</div><div><br></div><div>Be aware that liveadder seems to have a "big" memory leak, or my program is wrong (see bug report&nbsp;<a href="https://bugzilla.gnome.org/show_bug.cgi?id=647055">https://bugzilla.gnome.org/show_bug.cgi?id=647055</a>)</div><div>If you make better versions of them please let me know!</div><div><br></div><div>E-J</div><div></div></body></html>