rtmpsink
Mike Chong
mcchong at uwaterloo.ca
Fri Nov 23 14:57:33 PST 2012
Hey so I've been working on freeseer to add rtmp streaming functionality, but I've hit a snag.
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.
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.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20121123/ebf349bd/attachment.html>
More information about the gstreamer-devel
mailing list