GNOME Bugzilla – Bug 729247
rtp/README: update to work with gst 1.0
Last modified: 2014-05-06 00:24:41 UTC
Some pipelines examples in rtp/README are outdated and don't work with latest gst.
Created attachment 275473 [details] [review] rtp/README: update pipelines to work with 1.0 - Use gst-libav encoders/decoders instead of gst-ffmpeg - gstrtpjitterbuffer -> rtpjitterbuffer - gst-launch-0.10 -> gst-launch-1.0
Comment on attachment 275473 [details] [review] rtp/README: update pipelines to work with 1.0 Looks, did you test them all ?
I would change: gst-launch-1.0 v4l2src ! avenc_h263p ! rtph263ppay ! udpsink to: gst-launch-1.0 v4l2src ! videoconvert ! avenc_h263p ! rtph263ppay ! udpsink Eventhough v4l2src and avenc_h263p both support x-raw/I420. You could have a non-negotiated problem.
The rest look good to me. Maybe change xvimagesink to autovideosink? Just to make it less platform dependent. +1 from me.
(In reply to comment #2) > (From update of attachment 275473 [details] [review]) > Looks, did you test them all ? Yeah I did test them.
Created attachment 275872 [details] [review] rtp/README: update pipelines to work with 1.0 - Use gst-libav encoders/decoders instead of gst-ffmpeg - gstrtpjitterbuffer -> rtpjitterbuffer - gst-launch-0.10 -> gst-launch-1.0 - Add 'videoconvert' element - xvimagesink -> autovideosink
Pushed ommit d089f99a39b8599e2956c06cd06ca112b19d3ad2 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Wed Apr 30 11:13:12 2014 +0200 rtp/README: update pipelines to work with 1.0 - Use gst-libav encoders/decoders instead of gst-ffmpeg - gstrtpjitterbuffer -> rtpjitterbuffer - gst-launch-0.10 -> gst-launch-1.0 - Add 'videoconvert' element - xvimagesink -> autovideosink https://bugzilla.gnome.org/show_bug.cgi?id=729247