[Bug 702512] New: RTP UDP on Windows sends/receives no packets

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 17 13:50:08 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702512
  GStreamer | gst-plugins | 0.10.36

           Summary: RTP UDP on Windows sends/receives no packets
    Classification: Platform
           Product: GStreamer
           Version: 0.10.36
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bruce.ritzi at mauiimaging.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Latest version of SDK (2012.11) version 0.10.36 can not do a simple streaming
over network or in loopback. I have tried the same pipeline on
Linux/Ubuntu(3.2.0-38-generic) and it works: also using version 0.10.36 of
gstreamer.

Here is a simple pipeline test that does not work on Windows 7 but does on
Linux.

server:
gst-launch videotestsrc ! ffenc_mpeg4 ! rtpmp4vpay ! udpsink port=5000 -v

client:
gst-launch udpsrc port=5000 caps="application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)MP4V-ES,
profile-level-id=(string)1,
config=(string)000001b001000001b58913000001000000012000c48d8800f50a041e1463000001b24c61766335332e33352e30"
! rtpmp4vdepay ! ffdec_mpeg4 ! ffmpegcolorspace ! autovideosink


Used a network sniffer and see no packets. Produced same pipeline in a python
script and monitored the udpsink
properties. The bytes-served property shows the bytes increasing so it
thinks it is sending packets to the client.

-- 
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