sockfd missing for udpsrc in 1.1.90

Sebastian Dröge slomo at circular-chaos.org
Mon Sep 23 04:48:37 PDT 2013


On Mo, 2013-09-23 at 13:37 +0200, Peter Maersk-Moller wrote:
> Hi Sebastian.
> 
> 
> Thanks for quick response. How can I (here xinetd) pass an already
> opened udp socket to gst-launch using socket properties whatever that
> is?

You can't, but then gst-launch is only a debugging tool. You should not
use it for your application, but instead write code in C or Python for
example.

There you could call for example:
GSocket * s = g_socket_new_from_fd(0, NULL);
g_object_set (udpsrc, "socket", s, NULL);

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130923/3a8591e6/attachment.pgp>


More information about the gstreamer-devel mailing list