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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 7 07:45:03 UTC 2016


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

--- Comment #30 from shakin at outlook.com <shakin at outlook.com> ---
Created attachment 341529
  --> https://bugzilla.gnome.org/attachment.cgi?id=341529&action=edit
Improve rtpsrc plugin

> It should be possible to just give the values via the URI instead of >hardcoding magic values :)
I did this job,no need for third party libraries.
I think RTPSRC's most valuable place, can let playbin work to obtain the
additional configuration data through URI‘s query string.That is, like the
following URI it's work properly:

gst-launch-1.0 playbin
uri="rtp://10.9.44.117:5000?media=video&clock-rate=90000&encoding-name=H264&payload=96&do-retransmission=true&latency-ms=50&rtp-profile=1&rtx-host=10.9.44.118&rtx-port=5006" 

or

gst-launch-1.0  rtpsrc uri=rtp://10.9.44.117:5000
caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H264,payload=96
 ! rtph264depay ! h264parse ! decodebin ! autovideosink sync=false


I am not sure what rtpsink exactly does, so, according to the razor, I didn't
merge rtpsink.

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