<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>First of all I apologize if this is a repetition of a question that was already asked and resolved.</div><div><br></div><div>I am a newbie working on an application that aims to capture frames in RGB format from streaming video (RTMP/RTSP) using GStreamer and Python3. Ideally the frame rate should be customizable and a GPU for video processing whenever available. <br></div><div><br></div><div>As a noob to Gstreamer, I went through the "Application Development Manual" at <a href="https://gstreamer.freedesktop.org/documentation/">https://gstreamer.freedesktop.org/documentation/</a> and read some example code at:</div><div><ul><li><a href="https://gstreamer.freedesktop.org/documentation/application-development/advanced/pipeline-manipulation.html">https://gstreamer.freedesktop.org/documentation/application-development/advanced/pipeline-manipulation.html</a><br></li><li><a href="https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app/appsrc-stream.c">https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app/appsrc-stream.c</a></li><li><span class="gmail-"><a href="https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/snapshot/snapshot.c">https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/snapshot/snapshot.c</a></span></li></ul><div>But from my current understanding, I got the idea that these examples do not handle processing of live sources or streams. This is based on the comment: <pre class="gmail-language-c"><code class="gmail-language-c"> <span class="gmail-token gmail-comment">/* for live sources, we need to set the pipeline to PLAYING before we can
       * receive a buffer. We don't do that yet */</span></code></pre>I would greatly appreciate it if someone can point me in the right direction. <br></div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Cheers,<br></div></div><div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Nishant.<br></div></div></div></div></div></div></div></div></div></div></div></div></div>