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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 15 07:33:20 UTC 2017


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

--- Comment #36 from Marc Leeman <marc.leeman at gmail.com> ---
Yes it works, but doing it like that is not optimal (sending without a rtpbin
will not create RTCP). RTP is not UDP with a simple header.

rtpsrc uri=rtp://239.1.2.3:1234?encoding-name=H264

rtpsink uri=rtp://239.1.2.3:1234

On the sender side, you do not need to pass the encoding name, the encoding
name is used as a hint at the receiver side.

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