<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    Not sure if it would fix your issue, but you could try setting the
    "do-timestamp" property of ksvideosrc to true, or by adding a
    videorate element after your source.  In my experience the video
    rate element is preferable, because some elements (like
    dshowvideosrc) occasionally don't timestamp frames for whatever
    reason, which can cause problems with certain pipelines.<br>
    <br>
    With the second issue, do you still run into this even after you
    remove the autovideosink branch on the "server side" pipeline?<br>
    <br>
    Cheers,<br>
    Michael.<br>
    <br>
    <div class="moz-cite-prefix">On 1/8/2018 10:49 AM, Jerry Geis wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CABr8-B7JRj7WrxaNAz5neG4AAj4QGA6jBuQaP01iptbTXOYALg@mail.gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">I am using the command:
        <div>C:\GSTREAMER\1.0\x86_64\bin\gst-launch-1.0.exe ksvideosrc !
          queue ! tee name=t ! queue ! autovideosink t. ! decodebin ! 
          videoconvert !  vp8enc ! rtpvp8pay ! udpsink port=10000<br>
        </div>
        <div><br>
        </div>
        <div>to capture the webcam, display it and stream it.</div>
        <div><br>
        </div>
        <div>First issue is the the video on screen is jerky and
          computer reports:</div>
        <div>there is no timestamp of computer is too slow.</div>
        <div><br>
        </div>
        <div>How do I take care of that ? need a queue somewhere ?</div>
        <div><br>
        </div>
        <div>Second issue is I'm trying to view the feed on a linux
          machine with this command:</div>
        <div>gst-launch-1.0 udpsrc port=10000 caps="application/x-rtp,
          media=(string)video, clock-rate=(int)90000,
          encoding-name=(string)VP8-DRAFT-IETF-01, payload=(int)96,
          ssrc=(uint)2990747501, clock-base=(uint)275641083,
          seqnum-base=(uint)34810" ! rtpvp8depay ! vp8dec ! videoconvert
          ! autovideosink<br>
        </div>
        <div><br>
        </div>
        <div>and nothing ever shows. It just says:</div>
        <div>
          <div>Setting pipeline to PAUSED ...</div>
          <div>Pipeline is live and does not need PREROLL ...</div>
          <div>Setting pipeline to PLAYING ...</div>
          <div>New clock: GstSystemClock</div>
        </div>
        <div><br>
        </div>
        <div>I was looking for pre-compiled gst-rtsp-server for windows
          but I could not find any.</div>
        <div><br>
        </div>
        <div>What am I doing wrong ?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div><br>
        </div>
        <div>Jerry</div>
      </div>
      <br>
      -- <br>
      This message has been scanned for viruses and dangerous content by
      <br>
      <a href="http://www.efa-project.org" moz-do-not-send="true"><b>E.F.A.
          Project</b></a>, and is believed to be clean.
      <br>
      <a
href="http://lsefa1.linear-systems.com/cgi-bin/learn-msg.cgi?id=21EB0100804.A2C39&token=ad88f73bd4cd21179f1cacb726fa2a95"
        moz-do-not-send="true">Click here to report this message as
        spam.</a>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>