<div dir="ltr">Greetings,<div>Is it possible to stream directly from an IP camera?</div><div>All of the examples I have been able to find indicate that a client/server or host/target must be created in order to stream from a camera.</div><div><br></div><div>I have tried udp, tcp, rtsp without much luck.</div><div>Here is an example of one of my attempts, which displayed a black window for a few moments before it stopped.  Any help or pointing out my errors is appreciated.</div><div><br></div><div><div>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://192.168.2.8:554">192.168.2.8:554</a> ! decodebin ! gtksink</div><div>Setting pipeline to PAUSED ...</div><div>Pipeline is live and does not need PREROLL ...</div><div>Progress: (open) Opening Stream</div><div>Progress: (connect) Connecting to rtsp://<a href="http://192.168.2.8:554">192.168.2.8:554</a></div><div>Progress: (open) Retrieving server options</div><div>Progress: (open) Retrieving media info</div><div>ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.</div><div>Additional debug info:</div><div>gstrtspsrc.c(5893): gst_rtspsrc_try_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:</div><div>Could not receive message. (System error)</div><div>ERROR: pipeline doesn't want to preroll.</div><div>Setting pipeline to PAUSED ...</div><div>Setting pipeline to READY ...</div><div>Setting pipeline to NULL ...</div><div>Freeing pipeline ...</div></div><div><br></div></div>