<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi, I'm trying to stream an h264 encoded .mov file from a to b. It
    works, but I get only 1 fps on the client.<br>
    Playing the file locally on the client works fine, even in 1080p.<br>
    Any ideas what's wrong with this pipeline?<br>
    <br>
    Server:<br>
    <code style="margin: 0px; padding: 0px; border: 0px; font-size:
      13.600000381469727px; vertical-align: baseline; background-color:
      rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida
      Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera
      Sans Mono', 'Courier New', monospace, serif; white-space: inherit;
      background-position: initial initial; background-repeat: initial
      initial;">gst-launch-0.10 -v filesrc
      location=/home/zeroc8/Videos/bunny.mov \
      ! qtdemux ! h264parse ! rtph264pay pt=96 ! udpsink
      host=192.168.1.255 port=5000</code><br>
    <br>
    Client:<br>
    <code style="margin: 0px; padding: 0px; border: 0px; font-size:
      13.600000381469727px; vertical-align: baseline; background-color:
      rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida
      Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera
      Sans Mono', 'Courier New', monospace, serif; white-space: inherit;
      background-position: initial initial; background-repeat: initial
      initial;">gst-launch-0.10 udpsrc port=5000 \
      caps="application/x-rtp, media=(string)video,
      clock-rate=(int)90000, encoding-name=(string)H264,
      sprop-parameter-sets=(string)\"J01AHqkYGwe83gDUBAQG2wrXvfAQ\\,KN4JyA\\=\\=\",
      payload=(int)96, ssrc=(uint)786848209, clock-base=(uint)101553131,
      seqnum-base=(uint)64602" ! rtph264depay ! ffdec_h264 !
      ffmpegcolorspace ! autovideosink</code>
  </body>
</html>