<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"><<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>></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">> Hi everybody,<br>
><br>
> First of all, let me say I'm a completely newbie in the Gstreamer<br>
> framework. I've just read the Application Development Manual to get a<br>
> big picture of it. However, I have some doubts regarding what can I<br>
> really do and how to achieve it.<br>
><br>
> I want to develop a GUI-based IPTV client application which plays RTSP,<br>
> UDP and local files in an embedded video frame. Due to additional<br>
> services, I need to include playlist management and<br>
> multimedia-synchronized data (such as, let's say, Mercedes-Benz<br>
> advertisements when watching a specific scene in a James Bond movie). So<br>
> here are my questions:<br>
><br>
> - How can I embed Gstreamer's video output into my GUI-based C/C++<br>
> 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>
> - I've read that decodebin has playlist support. How can I give it a<br>
> try? (any help command?)<br>
</div>totem has a playlist parser library<br>
<div class="Ih2E3d"><br>
> - Can I use Gstreamer framework to "mark" media streams and interpret<br>
> them when receiving in the client side? I.e. having a video file and add<br>
> metadata information in any specific time such as "get Mercedes-Benz ad"<br>
> in 00:38:34 time instant. Then, while playing, extract this data and<br>
> handle it properly in my application.<br>
</div>You'll need to find a video container format that has such capabilities, I don't<br>
know of any. You could mis-use subtitles maybe. I mean have command in the<br>
subtitles which you don't show, but reinterprete and execute.<br>
<br>
Stefan<br>
<div class="Ih2E3d"><br>
><br>
> Maybe my questions can be stupid or simple, I have no experience in<br>
> video embedding in C/C++ languages and, as each framework may have its<br>
> own modus operandi, here I am asking for some help.<br>
><br>
><br>
> Thank you all so much for your time,<br>
> Javi<br>
><br>
><br>
</div>> ------------------------------------------------------------------------<br>
><br>
> -------------------------------------------------------------------------<br>
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
> Build the coolest Linux based applications with Moblin SDK & 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&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
><br>
><br>
> ------------------------------------------------------------------------<br>
><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>
<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & 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&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&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>