Udp streaming

Tim-Philipp Müller t.i.m at zen.co.uk
Sat May 19 04:27:31 PDT 2012


On Thu, 2012-05-17 at 02:14 -0700, enricom wrote:

> Hello, I'm trying to use udpsink to send a buffer to another user. So far
> I've created the buffer, set the size and injected it through appsrc that is
> linked to an identity element. By checking the handoff signal I found that
> the buffer is pushed correctly, but then the udpsink element (linked to the
> identity one) doesn't send anything. Unfortunately I've not been able to
> find whether I have to set some properties on udpsink in order to make it
> stream a non-traditional buffer (it doesn't contain any video or audio, but
> only a value)..

Check the GST_DEBUG=*sink:5 log, perhaps udpsink is dropping the buffer.

You could also try setting the "sync" property on udpsink to FALSE.

Cheers
 -Tim



More information about the gstreamer-devel mailing list