[Bug 731378] stream live audio (from Mic) over rtp from a host to a client through adpcm(g726) compression

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 9 13:33:29 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731378
  GStreamer | don't know | 0.10.0

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |NOTABUG
   Target Milestone|HEAD                        |NONE
           Severity|critical                    |normal

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-06-09 20:33:24 UTC ---
GStreamer 0.10 is no longer supported.

However, this issue of yours looks like a usage problem and not a bug, so the
gstreamer-devel mailing list would probably be the best place to get further
support on this issue.

Your application/x-rtp caps are incomplete. 'not-negotiated' flow error means
there's a problem with the caps.

If you look at gst-inspect rtpg726depay you will see the fields that are
required. You should probably add "media", "encoding-name", and "clock-rate"
fields (and maybe "payload" too).

You might find these examples helpful:
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp?h=0.10

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