<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hey so I've been working on <a href="https://github.com/Freeseer/freeseer">freeseer</a> to add rtmp streaming functionality, but I've hit a snag.<div><br></div><div>I've been able to set up, with gst-launch and a short python script, a pipeline that works (ie, streams rtmp content to a server).  However, for the rtmp plugin, I create an output bin that uses rtmpsink.  While there doesn't appear to be anything wrong with the bin that I create (it works in the short prototype script), when it's put in the pipeline, the pipeline won't play.  It seems to get as far as creating the rtmp object, and then stops.</div><div><br></div><div>Now, very likely this is a bug in my code, but I'm wondering, what are some good angles to approach this?  Running the app with GST_DEBUG=bin*:6, it looks like my bin receives an async-start message from rtmpsink when I'm setting the state to STATE_PAUSED, but never receives a async-done message.</div><div><br></div><div>Thanks.</div>                                     </div></body>
</html>