[gst-devel] rx-pipeline

Michael Trimarchi michael at panicking.kicks-ass.org
Fri Nov 5 13:01:17 CET 2010


Hi all

I have created an rx-pipeline. The socket is allocated before and is assigned to the udpsrc

0:04:45.048620955 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:493:gst_udpsrc_create:<udpsrc0> ioctl says 172 bytes available
0:04:45.048647774 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:564:gst_udpsrc_create:<udpsrc0> read 172 bytes
priv_cb_pipeline_bus: Unhandled bus message from element rtp-pipeline (async-done).
priv_cb_pipeline_bus: Unhandled bus message from element audiosinkringbuffer1 (stream-status).
0:04:45.119837968 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:493:gst_udpsrc_create:<udpsrc0> ioctl says 172 bytes available
0:04:45.119887625 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:564:gst_udpsrc_create:<udpsrc0> read 172 bytes
0:04:45.119938400 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:493:gst_udpsrc_create:<udpsrc0> ioctl says 172 bytes available
0:04:45.119960469 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:564:gst_udpsrc_create:<udpsrc0> read 172 bytes
0:04:45.120002584 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:493:gst_udpsrc_create:<udpsrc0> ioctl says 172 bytes available
0:04:45.120024095 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:564:gst_udpsrc_create:<udpsrc0> read 172 bytes
0:04:45.120065929 13554 0xb3d04660 LOG                   udpsrc gstudpsrc.c:450:gst_udpsrc_create:<udpsrc0> doing select, timeout 0

I starts to receive packet and then stop.

udpsrc = gst_element_factory_make ("udpsrc", "udpsrc0");
assert (udpsrc != NULL);

g_object_set(G_OBJECT(self->sm_udpsrc),
              "caps", caps,
              "sockfd", sock,
              "port", port,
              NULL);

Then it's connected to a depayloader element a decelement and audiosink element.

There are no ERROR message in the log and seems that it stucks. Any idea?

Michael




More information about the gstreamer-devel mailing list