Thanks,
I almost have it working, but when I use this pipeline:
gst-launch-1.0 -v udpsrc port=5100 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264" ! rtpjitterbuffer mode=2 ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=false
it gets stuck here:
C:\gstreamer\1.0\x86\bin>gst-launch-1.0 -v udpsrc port=5100 caps="application/x-
rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264" ! r
tpjitterbuffer mode=2 ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink
sync=false
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src: caps = application/x-rtp, m
edia=(string)video, clock-rate=(int)90000, encoding-name=(string)H264
/GstPipeline:pipeline0/GstRtpJitterBuffer:rtpjitterbuffer0.GstPad:sink: caps = a
pplication/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(str
ing)H264
Setting pipeline to PLAYING ...
New clock: GstSystemClock
buffering... 100%
is there some other part of the pipeline I am missing?