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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Aug 16 00:42:20 PDT 2015


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

--- Comment #26 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
How is that related to v4l2sink or any other elements? The problem here is that
for various RTP codec mappings to work, you have to provide a set of
properties. Currently you hardcode them, but in a way that is not going to work
well in general. Why assume that all L16 streams are 2 channels and 48kHz if
they could as well have completely different settings?

IMHO the uri property should allow setting all these things directly, and all
properties set in the URI should be converted to caps fields directly (and not
to anything else, like other properties). E.g.

rtp://127.0.0.1:5000?encoding-name=L16,channels=2,clock-rate=96000 would be
converted to application/x-rtp,encoding-name=L16,channels=2,clock-rate=96000.

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