Hello all...just discovering gstreamer and think it's awesome!  <div><br></div><div>I'm trying to mix multiple rtmp streams together using videomixer...I feel like i'm getting close but I can't seem to get it going.  Here's what I have now (and I've tried what feels like thousands of variations of this), any help pointing me in the right direction is appreciated:</div>
<div><br></div><div><div><font face="courier new, monospace">gst-launch-1.0 -e rtmpsrc location='rtmp://<a href="http://fms.vokledev.com/gstreamer/test1">fms.vokledev.com/gstreamer/test1</a> live=1' ! flvdemux ! decodebin ! video/x-flv, width=350, height=250 ! \</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>videomixer name=mix ! rtmpsink location="rtmp://<a href="http://fms.vokledev.com/gstreamer/gstream">fms.vokledev.com/gstreamer/gstream</a> live=1" \</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>rtmpsrc location='rtmp://<a href="http://fms.vokledev.com/gstreamer/test2">fms.vokledev.com/gstreamer/test2</a> live=1' ! flvdemux ! decodebin ! video/x-flv, width=350, height=250  ! videoconvert ! mix.</font></div>
</div><div><font face="courier new, monospace"><br></font></div><div>Gives me the error:<br></div><div><br></div><div><font face="courier new, monospace">WARNING: erroneous pipeline: could not link mix to rtmpsink0</font><br>
</div><div><font face="courier new, monospace"><br></font></div><div><div>I've been able to do other things with an rtmp stream, like reading one in and pushing it back out to flash media server, but this one has had me on the ropes for a couple of days now.<br>
</div></div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Rich</div><div><br></div>