[Bug 703111] New plugin with convenience RTP source/sink elements

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 2 02:00:23 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=703111
  GStreamer | gst-plugins-bad | git

Marc Leeman <marc.leeman> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #247809|0                           |1
        is obsolete|                            |

--- Comment #8 from Marc Leeman <marc.leeman at gmail.com> 2014-02-02 10:00:15 UTC ---
Created an attachment (id=267831)
 View: https://bugzilla.gnome.org/attachment.cgi?id=267831
 Review: https://bugzilla.gnome.org/review?bug=703111&attachment=267831

Patch against the bad plugins for the rtp bins

FOSDEM 2014

What does one do; next to chatting with some very familiar faces?
Catching up on some work that was long overdue.

This patch provides the rtp modules against the bad plugins.

The typical way would be 

receiving

gst-launch rtpsrc uri=rtp://239.1.2.3:1234?encoding-name=H264 ! rtph264depay !
rtph264parse ! ...

The encoding-name is added there as a workaround for a long outstanding bug on
the typefinder that does not correctly make the difference between MPEG4 pt2
and pt10 (H.264).

It does show the general mode of operation of our modules: we allow encoding
the properties of a module in the URI, so for all the properties you get with
gst-inspect, you can add them in the uri:

e.g.
rtp://239.1.2.3:1234?encoding-name=H264&latency=200...

sending
(v4l2 device sending out h264, but any h264 source will do)
gst-launch v4l2src uri=v4l2:///dev/video0 ! h264parse ! rtph264pay ! rtpsink
uri=rtp://239.1.2.3:1234

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