[gst-devel] Fedora 10 - gstreamer pipeline is not getting executed with UDP src element.

Venkatachala Upadhya Venkatachala_Upadhya at mindtree.com
Thu Feb 19 14:29:18 CET 2009


Hello,

I am executing the following pipeline in Fedora 10. This is executing fine in case of FC9 PC.  Any clue?
I am using following gstreamer RPMs.

PackageKit-gstreamer-plugin-0.3.9-4.fc10.i386
gstreamer-tools-0.10.21-2.fc10.i386
gstreamer-plugins-ugly-0.10.9-2.fc10.i386
gstreamer-plugins-bad-0.10.9-1.fc10.i386
gstreamer-plugins-base-0.10.21-2.fc10.i386
gstreamer-0.10.21-2.fc10.i386
gstreamer-python-0.10.12-1.fc10.i386
gstreamer-devel-0.10.21-2.fc10.i386
gstreamer-plugins-flumpegdemux-0.10.15-4.fc10.i386
gstreamer-plugins-good-0.10.11-1.fc10.i386
gstreamer-ffmpeg-0.10.5-1.fc10.i386
gstreamer-plugins-good-devel-0.10.11-1.fc10.i386
gstreamer-plugins-base-devel-0.10.21-2.fc10.i386


STREAM_HOST="172.22.64.225"   # FC 9 Linux PC
gst-launch-0.10 -m -v gstrtpbin name=rtpbin latency=1000 \
     udpsrc  port=9003 timeout=10000000 \
     caps="application/x-rtp,media=(string)audio,encoding-name=(string)PCMA,clock-rate=(int)8000" ! \
     rtpbin.recv_rtp_sink_0  rtpbin. ! \
     rtppcmadepay ! alawdec ! osssink  sync=false \
     udpsrc port=9004 ! rtpbin.recv_rtcp_sink_0   \
     rtpbin.send_rtcp_src_0 ! udpsink host="$STREAM_HOST" port=9005  sync=false async=false -t

When I am executing this pipeline, I am getting the following message

New clock: GstSystemClock
Got Message from element "ffdec_h2640" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got Message from element "rtph264depay0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got Message from element "udpsrc0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:11.091984459  3998  0x871c998 LOG                 udpsrc gstudpsrc.c:416:gst_udpsrc_create:<udpsrc0> select returned 0
0:00:11.092118436  3998  0x871c998 LOG                 udpsrc gstudpsrc.c:413:gst_udpsrc_create:<udpsrc0> doing select, timeout 10000000
Got Message from element "udpsrc0" (element): GstUDPSrcTimeout, timeout=(guint64)10000000;
0:00:21.091978698  3998  0x871c998 LOG                 udpsrc gstudpsrc.c:416:gst_udpsrc_create:<udpsrc0> select returned 0
0:00:21.092078177  3998  0x871c998 LOG                 udpsrc gstudpsrc.c:413:gst_udpsrc_create:<udpsrc0> doing select, timeout 10000000
Got Message from element "udpsrc0" (element): GstUDPSrcTimeout, timeout=(guint64)10000000;





With best regards,
Venkat.
--

http://www.mindtree.com/email/disclaimer.html




More information about the gstreamer-devel mailing list