<div dir="ltr">Hi All,<div><br></div><div>I am playing with webcam to capture on one machine and send view on another.</div><div><br></div><div>My webcam box: 192.168.1.23</div><div>C:\GSTREAMER\1.0\x86_64\bin\gst-launch-1.0.exe ksvideosrc ! queue ! tee name=t ! queue ! autovideosink t. ! decodebin !  queue ! videoconvert !  openh264enc ! rtph264pay ! udpsink host=192.168.1.14 port=16200<br></div><div><br></div><div>My View box: 192.168.1.14</div><div>   C:\GSTREAMER\1.0\X86_64\bin\gst-launch-1.0.exe udpsrc port=16200 ! application/x-rtp,framerate=30/1,clock-rate=90000,payload=96 ! rtph264depay ! decodebin ! openh264dec ! videoconvert ! autovideosink<br></div><div><br></div><div><br></div><div>I "see" the video just fine on my .23 box - This is the error I get on my .14 box</div><div>C:\GSTREAMER\1.0\X86_64\bin\gst-launch-1.0.exe udpsrc port=16200 ! application/x-rtp,framerate=30/1,clock-rate=90000,payload=96 ! rtph264depay ! decodebin ! openh264dec ! videoconvert ! autovideosink<br>WARNING: no real random source present!<br>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>WARNING: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: Delayed linking failed.<br>Additional debug info:<br>../gst/parse/grammar.y(510): gst_parse_no_more_pads (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0:<br>failed delayed linking some pad of GstDecodeBin named decodebin0 to some pad of GstOpenh264Dec named openh264dec0<br>handling interrupt.<br></div><div><br></div><div>What am I not doing right to get this working ? If I take out the decodebin it just hangs...</div><div><br></div><div>Thanks</div><div><br></div><div>Jerry</div></div>