<div dir="ltr">Hello, I've got    problem with storing x264 udp stream into a mkv file. My pipeline:<br><br>gst-launch-1.0 udpsrc caps=application/x-rtp ! rtph264depay ! video/x-h264, alignment=nal ! h264parse ! capsfilter caps="video/x\<br>
-h264, alignment=au, stream-format=avc" !  matroskamux ! fakesink dump=true<br><br>and I've got an    error:<br>ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data flow error.<br>Additional debug info:<br>
gstbasesrc.c(2812): gst_base_src_loop (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:<br>streaming task paused, reason not-negotiated (-4)<br><br>What's interesting, pipeline shown below works fine:<br>gst-launch-1.0 udpsrc caps=application/x-rtp ! rtph264depay ! video/x-h264, alignment=nal ! h264parse ! video/x-h264, alignment=\<br>
au ! avdec_h264 ! x264enc ! matroskamux ! fakesink dump=true<br><br>Could somebody help me with this error?    I'm sure that my caps before matroskamux are the same in both pipelines.<br><br>Thanks!<br><br>Best regards,<br>
Marcin Kolny<br><br><br></div>