<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello all,<br>
    <br>
    Why this pipeline is not working:<br>
    <i>gst-launch-1.0 -vvv udpsrc port=11010 caps="application/x-rtp" !
      rtpmp4vdepay ! matroskamux ! filesink location=test.mkv</i><br>
    <br>
    Due to:<br>
    <i>gstbasesrc.c(2865): gst_base_src_loop ():
      /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:</i><i><br>
    </i><i>streaming task paused, reason not-negotiated (-4)</i><i><br>
    </i><br>
    While this one is ??<br>
    <i>gst-launch-1.0 -vvv udpsrc port=11010 caps="application/x-rtp" !
      rtpmp4vdepay ! avdec_mpeg4 ! avenc_mpeg4 ! matroskamux ! filesink
      location=test.mkv</i><i><br>
    </i><br>
    Adding the full caps doesn't help. Nor inserting videoconvert or
    videorate ... <br>
    It seems quite weird to me to have to decode and reencode to be able
    to save the stream in a container ...<br>
    <br>
    Thank you,<br>
    Frederic<br>
     <br>
  </body>
</html>