rtmpsink
orione1974
orione1974 at email.it
Mon Nov 26 02:33:23 PST 2012
Hi Mike.
I also work with a similar situation in rtmp streaming functionality.
Can you post your pipeline? For example
gst-launch-0.10 ksvideosrc ! ffmpegcolorspace ! timeoverlay ! x264enc
tune=zerolatency ! mux. audiotestsrc ! faac ! audio/mpeg, mpegversion=4,
profile=lc ! mux. flvmux name=mux ! rtmpsink
location="rtmp://192.168.0.233/live/gstreamer_test"
Mike Chong wrote
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at .freedesktop
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/rtmpsink-tp4657056p4657062.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list