<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>