<div dir="ltr">Thanks for your answers, Stefan. I will take a look at your proposals.<br><br>Regards,<br>Javi<br><br><br><div class="gmail_quote">2008/10/19 Stefan Kost <span dir="ltr">&lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Javier Gálvez Guerrero schrieb:<br>
<div class="Ih2E3d">&gt; Hi everybody,<br>
&gt;<br>
&gt; First of all, let me say I&#39;m a completely newbie in the Gstreamer<br>
&gt; framework. I&#39;ve just read the Application Development Manual to get a<br>
&gt; big picture of it. However, I have some doubts regarding what can I<br>
&gt; really do and how to achieve it.<br>
&gt;<br>
&gt; I want to develop a GUI-based IPTV client application which plays RTSP,<br>
&gt; UDP and local files in an embedded video frame. Due to additional<br>
&gt; services, I need to include playlist management and<br>
&gt; multimedia-synchronized data (such as, let&#39;s say, Mercedes-Benz<br>
&gt; advertisements when watching a specific scene in a James Bond movie). So<br>
&gt; here are my questions:<br>
&gt;<br>
&gt; - How can I embed Gstreamer&#39;s video output into my GUI-based C/C++<br>
&gt; application?<br>
<br>
</div>Depend on the gui toolkit you use. Look at gst_x_overlay_set_xwindow_id()<br>
gst-plugins-base/tests/icles has some example for c and gtk+<br>
<div class="Ih2E3d"><br>
&gt; - I&#39;ve read that decodebin has playlist support. How can I give it a<br>
&gt; try? (any help command?)<br>
</div>totem has a playlist parser library<br>
<div class="Ih2E3d"><br>
&gt; - Can I use Gstreamer framework to &quot;mark&quot; media streams and interpret<br>
&gt; them when receiving in the client side? I.e. having a video file and add<br>
&gt; metadata information in any specific time such as &quot;get Mercedes-Benz ad&quot;<br>
&gt; in 00:38:34 time instant. Then, while playing, extract this data and<br>
&gt; handle it properly in my application.<br>
</div>You&#39;ll need to find a video container format that has such capabilities, I don&#39;t<br>
know of any. You could mis-use subtitles maybe. I mean have command in the<br>
subtitles which you don&#39;t show, but reinterprete and execute.<br>
<br>
Stefan<br>
<div class="Ih2E3d"><br>
&gt;<br>
&gt; Maybe my questions can be stupid or simple, I have no experience in<br>
&gt; video embedding in C/C++ languages and, as each framework may have its<br>
&gt; own modus operandi, here I am asking for some help.<br>
&gt;<br>
&gt;<br>
&gt; Thank you all so much for your time,<br>
&gt; Javi<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; -------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<br>
&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>