<div dir="ltr"><div><div><div><div><div><div><div><div>Hi<br><br></div>The udpsrc parameter sock_fd seems to be missing in udpsrc plugin for version 1.1.90 and some of the other 1.1 versions. Why is that ?<br><br></div>The parameter sock_fd is very important when you use gstreamer as an application started by process like the superserver xinetd (newer version of inetd), which is basic element of servers and widely used.<br>
<br></div>In my case I use xinetd to listen to a long range of UDP ports and then start a gstreamer pipeline when a udp connection is identified. In this case, xinetd has opened the UDP port and pass the open udp socket to gstreamer. My gstreamer pipeline started by xinetd will then look like this:<br>
<br></div>  gst-launch-1.0 -v udpsrc sock_fd=0 caps='......' ! .....<br><br></div>You could argue that fdsrc in some cases can replace udpsrc, but udpsrc has a long range of parameters not available nor relevant for udpsrc, so no it is not a complete replacement.<br>
<br></div>Any chance to get sock_fd back in 1.1.x BEFORE release of 1.2 ?<br><br></div>Best regards<br></div>Peter MM<br></div>