Hi! Im using gstreamer to capture video in my local machine. My pipeline is <div><br></div><div>v4l2src device=/dev/video0 ! video/x-raw-yuv,width=320,height=240,framerate=10/1 ! ffmpegcolorspace ! capsfilter caps=video/x-raw-rgb,bpp=24 ! identity name=artoolkit ! fakesink</div>
<div><br></div><div>I would like to consume the live stream from other machine in my network. So i did the next:</div><div><br></div><div>Server:</div><div><br></div><div>v4l2src device=/dev/video0 ! video/x-raw-yuv,width=320,height=240,framerate=10/1 ! ffmpegcolorspace ! capsfilter caps=video/x-raw-rgb,bpp=24 ! identity name=artoolkit ! tcpserversink host=192.168.1.101 port=5000</div>
<div><br></div><div><br></div><div>Client:</div><div><br></div><div>tcpclientsrc host=192.168.1.101 port=5000  ! identity name=artoolkit ! ximagesink</div><div><br></div><div><br></div><div>when i try &quot;gst-launch tcpclientsrc host=192.168.1.101 port=5000  ! identity name=artoolkit ! ximagesink&quot; in the clien machine i get this error:</div>
<div><br></div><div><div>(gst-launch-0.10:8122): GLib-WARNING **: g_set_prgname() called multiple times</div><div>Estableciendo el flujo a PAUSADO ...</div><div>El flujo se está PRECACHEANDO ...</div><div><br></div><div>(gst-launch-0.10:8122): GStreamer-CRITICAL **: gst_caps_get_structure: assertion `GST_IS_CAPS (caps)&#39; failed</div>
<div><br></div><div>(gst-launch-0.10:8122): GStreamer-CRITICAL **: gst_structure_get_int: assertion `structure != NULL&#39; failed</div><div>ERROR: del elemento /GstPipeline:pipeline0/GstXImageSink:ximagesink0: Failed to create output image buffer of 0x0 pixels</div>
<div>Información adicional de depuración:</div><div>ximagesink.c(469): gst_ximagesink_ximage_new (): /GstPipeline:pipeline0/GstXImageSink:ximagesink0:</div><div>could not get shared memory of 0 bytes</div><div>ERROR: El flujo no quiere precachearse.</div>
<div>Estableciendo el conducto a NULL …</div><div>Liberando la tubería…</div></div><div><br></div><div><br></div><div>What im doing wrong?</div><div><br></div><div>Thanks you very much!!</div><div><br></div><div>Sebastian</div>