Hi All,
I am trying to run the example pipelines given for rtpulpfecenc and rtpulpfecdec. It works properly, but rtpjitterbuffer keeps on throwing follwing error. 0:00:01.351108083 100691 0x138a1e0 WARN rtpjitterbuffer gstrtpjitterbuffer.c:3292:gst_rtp_jitter_buffer_chain:<rtpjitterbuffer0> No clock-rate in caps!, dropping buffer 0:00:01.383917198 100691 0x138a1e0 ERROR rtpjitterbuffer gstrtpjitterbuffer.c:1435:gst_jitter_buffer_sink_parse_caps:<rtpjitterbuffer0> Got caps with wrong payload type (got 122, expected 96) It would be helpful if somebody clarify the cause of above mentioned issue and is there way to fix this? *rtpulpfecenc pipeline:* gst-launch-1.0 videotestsrc ! x264enc ! video/x-h264, profile=baseline ! rtph264pay pt=96 ! rtpulpfecenc percentage=100 pt=122 ! udpsink port=8888 above pipeline is copied from here. https://gstreamer.freedesktop.org/documentation/rtp/rtpulpfecenc.html?gi-language=c <https://gstreamer.freedesktop.org/documentation/rtp/rtpulpfecenc.html?gi-language=c> *rtpulpfecdec pipeline* gst-launch-1.0 udpsrc port=8888 caps="application/x-rtp, payload=96, clock-rate=90000" ! rtpstorage size-time=220000000 ! rtpssrcdemux ! application/x-rtp, payload=96, clock-rate=90000, media=video, encoding-name=H264 ! rtpjitterbuffer do-lost=1 latency=200 ! rtpulpfecdec pt=122 ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink--gst-debug=rtpjitterbuffer:4 above pipeline is copied from here. https://gstreamer.freedesktop.org/documentation/rtp/rtpulpfecdec.html?gi-language=c <https://gstreamer.freedesktop.org/documentation/rtp/rtpulpfecdec.html?gi-language=c> -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi
can you tell what plugins repository i need to install to run rtpulpfecenc, since i get error as 'unknown pipeline rtpulpfecenc' i have installed plugin-good and base but still getting error. My machine has Ubuntu 16.04 LTS installed. Can you mention commands you used for installation? Thanks -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Ubuntu 16.04 is much too old to have these plugins available.
Your best bet is to switch to a more reasonably recent distribution, or build GStreamer yourself, I suspect you'll have a hard time on 16.04 though. On 6/2/21 12:59 PM, Masood via gstreamer-devel wrote: > Hi > can you tell what plugins repository i need to install to run rtpulpfecenc, > since i get error as 'unknown pipeline rtpulpfecenc' > i have installed plugin-good and base but still getting error. My machine > has Ubuntu 16.04 LTS installed. > Can you mention commands you used for installation? > Thanks > > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |