[Bug 765925] New: sdpdemux error with multicast IP inside SDP

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 3 08:40:46 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765925

            Bug ID: 765925
           Summary: sdpdemux error with multicast IP inside SDP
    Classification: Platform
           Product: GStreamer
           Version: 1.x
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: julien.paixao at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 327199
  --> https://bugzilla.gnome.org/attachment.cgi?id=327199&action=edit
SDP file

On a server RTP multicast streaming can be started, and the information about
the stream are inside an SDP file.
This file is available for HTTP downloading and contains the following
information:
- multicast RTP stream using G711u (see attachment).

On a client the following pipeline is used for playback:
gst-launch-1.0 -vv souphttpsrc location=http://<ip>:<port>/test.sdp ! sdpdemux
! decodebin ! audioconvert ! alsasink

On client side there is only one network device/interface (eth0).

The pipeline ends up with an error linked to the fact that the multicast IP
could not be set correctly. Please find in attachment the debug log with
GST_DEBUG=udpsrc:6.

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