RTP playback issue
Vinod Kesti
vinodkesti at yahoo.com
Thu Dec 8 11:53:33 UTC 2016
All,
All I am trying to decode rtp in generated by gstreamer pipeline, gstreamer
Playback pipeline, but it do not decode anything. rtpjitterbuffer is
dropping all the packets with below caps error.
WARN rtpjitterbuffer
gstrtpjitterbuffer.c:3133:gst_rtp_jitter_buffer_chain:<rtpjitterbuffer0> No
clock-rate in caps!, dropping buffer
But stream is deocdable with VLC.
RTP generator pipeline:
gst-launch-1.0 videotestsrc ! x264enc ! mpegtsmux name=mux mux.! rtpmp2tpay
! udpsink host=127.0.0.1 port=9000 audiotestsrc ! voaacenc ! mux.
RTP playback pipeline:
gst-launch-1.0 udpsrc port=9000
caps="application/x-rtp,clock-rate=90000,payload=33" ! rtpjitterbuffer !
rtpmp2tdepay ! decodebin name=dec dec.! video/x-raw ! fakesink dec.!
audio/x-raw ! fakesink
What is the problem ??
~ Vinod
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTP-playback-issue-tp4681082.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list