libav error while decoding MB

Shishigami me at marcelherd.com
Wed Nov 6 11:30:17 UTC 2019


I've got it almost working now. The image shows up as intended (also from an
OpenCV Mat instead of the ksvideosrc, which is what I wanted to do
originally) but for some reason it only shows the first frame? It never
changes.

I'm using the following pipelines now, any help is appreciated!

Sender:

appsrc is-live=true format=time ! videoconvert ! video/x-raw, format=I420 !
x264enc tune=zerolatency key-int-max=15 ! video/x-h264,
stream-format=byte-stream ! rtph264pay pt=96 ! udpsink host=localhost
port=5000

Receiver:

udpsrc address=localhost port=5000 ! application/x-rtp, payload=96,
clock-rate=90000 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! x264enc
tune=zerolatency key-int-max=15 ! rtph264pay name=pay0 pt=96



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list