Hi, I don't succeed in getting the udpsink element up and running in the 2013.6 SDK. gst-launch command line: C:\gstreamer-sdk\0.10\x86\bin>gst-launch-0.10.exe -v -m audiotestsrc ! udpsink clients=10.0.48.121:50000 Info: - 10.0.48.121 is an existing PC (I know the UDP stream is not setup for an offline PC). - Had an issue with the GStreamer library, solution was to add the option "force-ipv4=true" to get it up and running. - No error report, no crash, no indication tha anything went wrong. - No outgoing data captured by Wireshark on the sender PC. - Tried "host=10.0.48.121 port=50000" instead of "clients". - Tried explicit configuration of capabilities. - Tried solution for issue: https://bugs.freedesktop.org/show_bug.cgi?id=55756 - Tried on different Windows 7 PCs. - Tried by only installing the SDK, and with the development installer. Anymore info that I can provide ? Any help would be very much appreciated ! Thanks in advance ! gst-launch output (GST_DEBUG=*:0): C:\gstreamer-sdk\0.10\x86\bin>gst-launch-0.10.exe -v -m audiotestsrc ! udpsink clients=10.0.48.121:50000 Setting pipeline to PAUSED ... /GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)1 Pipeline is PREROLLING ... /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)1 Got message #2 from element "udpsink0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING; Got message #3 from element "audiotestsrc0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING; Got message #4 from element "pipeline0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED; Got message #8 from pad "audiotestsrc0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstAudioTestSrc\)\ audiotestsrc0", ob ject=(GstTask)"\(GstTask\)\ audiotestsrc0:src"; Got message #9 from element "audiotestsrc0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING; Got message #10 from pad "audiotestsrc0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstAudioTestSrc\)\ audiotestsrc0", ob ject=(GstTask)"\(GstTask\)\ audiotestsrc0:src"; Got message #12 from element "udpsink0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING; Got message #15 from element "pipeline0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING; Pipeline is PREROLLED ... Got message #14 from element "pipeline0" (async-done): no message details Setting pipeline to PLAYING ... Got message #16 from element "pipeline0" (new-clock): GstMessageNewClock, clock=(GstClock)"\(GstSystemClock\)\ GstSystemClock"; New clock: GstSystemClock Got message #18 from element "udpsink0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING; Got message #19 from element "audiotestsrc0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDI NG; Got message #20 from element "pipeline0" (state-changed): GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.