[Bug 706588] New: "GStreamer SDK 2013.6" audio streaming with udpsink doesn't seem to work on windows 7

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 22 07:26:41 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706588
  GStreamer | gst-plugins-good | 1.0.7

           Summary: "GStreamer SDK 2013.6" audio streaming with udpsink
                    doesn't seem to work on windows 7
    Classification: Platform
           Product: GStreamer
           Version: 1.0.7
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: yovic.telerick at outlook.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Can't get audio streaming up and running on Windows 7, using "GStreamer SDK
2013.6 (Congo) for Windows 32 bits" udpsink.

Context info:
- downloaded SDK from
"http://docs.gstreamer.com/display/GstSDK/Installing+on+Windows"
- tried different pipeline configurations.
- tried 2 different Windows 7 PC's.
- did not try anyother Windows version.
- tried streaming to both localhost and remote host.
- when starting the pipelines, no errors are reported.
- both sender and receiver are in the PLAYING state.
- WireShark: no network data whatsoever, so nothing's coming out of udpsink.
- element audiotestsrc does output data.

Couldn't get any of the following pipeline configurations up and running
(first=sender, second=receiver):


==================================================================
gst-launch-0.10 audiotestsrc ! udpsink
------------------------------------------------------------------
gst-launch-0.10 udpsrc ! autoaudiosink
==================================================================

==================================================================
gst-launch-0.10 audiotestsrc ! udpsink port=1234 host=127.0.0.1
------------------------------------------------------------------
gst-launch-0.10 udpsrc port=1234 ! autoaudiosink
==================================================================

==================================================================
gst-launch-0.10 audiotestsrc freq=1000 ! mulawenc ! rtppcmupay ! queue !
udpsink host=127.0.0.1 port=5555
------------------------------------------------------------------
gst-launch-0.10 udpsrc port=5555 caps="application/x-rtp" ! queue !
rtppcmudepay !  mulawdec  ! autoaudiosink
==================================================================


Played around with other pipelines, elements, capability settings, elements,
...

Google returns a long list of issue reports concerning udpsink on Windows 7, so
this seems to be kind of an error prone feature. Unfortunately, none of them
seem to be related to the problem I encounter.

Getting near the end of testing alternatives ...
Any help/tips would be very much appriciated!!
Let me know if there's anything else I can test ...

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list