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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 14 16:57:09 UTC 2017


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

Denis Shienkov <denis.shienkov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |denis.shienkov at gmail.com

--- Comment #35 from Denis Shienkov <denis.shienkov at gmail.com> ---
Hi guys, 

does this receiver:

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" 

work in case the sender is like:

$ ./gst-launch-1.0 -v videotestsrc ! video/x-raw,width=800,height=600 !
videoscale ! videoconvert ! x264enc tune=zerolatency ! rtph264pay ! udpsink
host=127.0.0.1 port=5000

e.g. used the udpsink element instead of rtpsink?

And second question: is it possible to use in receiver 'udp' scheme instead of
'rtp', like:

gst-launch-1.0 playbin
uri="udp://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" 

?

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