Hi,
Dear developers I’m
wondering if there’s a sample gstreamer player available? This
player should be capable of “Play, Pause, Stop, Seek, Query Duration”. And it
better constructs pipeline explicitly rather than use decodebin. I
actually did some investigation: Totem is too complicate to start with,
Gstreamer-player on the gstreamer website is too old, it even can’t be
compiled. Thanks
a lot for answering! Best Regards, Zheng,
Huan(ZBT) OTC/SSD/SSG Intel Aisa-Pacific
Research & Developement Ltd Tel: 021-6116 6435 Inet: 8821 6435 Cub: 3W035 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
Hi,
There is an example application called seek in gst-plugins-base which gives a simple interface to test various kinds of pipeline: gst-plugins-base/tests/examples/seek/ You can test both automatic pipelines created with playbin, as well as provide your own pipelines. Edward On Wed, 2008-10-15 at 11:47 +0800, Zheng, Huan wrote: > Hi, Dear developers > > I’m wondering if there’s a sample gstreamer player available? > > This player should be capable of “Play, Pause, Stop, Seek, Query > Duration”. And it better constructs pipeline explicitly rather than > use decodebin. > > I actually did some investigation: Totem is too complicate to start > with, Gstreamer-player on the gstreamer website is too old, it even > can’t be compiled. > > Thanks a lot for answering! > > > > Best Regards, Zheng, Huan(ZBT) > > OTC/SSD/SSG > > Intel Aisa-Pacific Research & Developement Ltd > > Tel: 021-6116 6435 > > Inet: 8821 6435 > > Cub: 3W035 > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel Edward Hervey <[hidden email]> BilboEd ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Zheng, Huan
From: Hi,
Dear developers I’m
wondering if there’s a sample gstreamer player available? This
player should be capable of “Play, Pause, Stop, Seek, Query Duration”. And it
better constructs pipeline explicitly rather than use decodebin. I
actually did some investigation: Totem is too complicate to start with,
Gstreamer-player on the gstreamer website is too old, it even can’t be
compiled. Thanks
a lot for answering! Best Regards, OTC/SSD/SSG Intel Aisa-Pacific
Research & Developement Ltd Tel: 021-6116 6435 Inet: 8821 6435 Cub: 3W035 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel mp3.py (2K) Download Attachment |
In reply to this post by Zheng, Huan
On Wed, Oct 15, 2008 at 6:47 AM, Zheng, Huan <[hidden email]> wrote:
> Hi, Dear developers > > I'm wondering if there's a sample gstreamer player available? > > This player should be capable of "Play, Pause, Stop, Seek, Query Duration". > And it better constructs pipeline explicitly rather than use decodebin. > > I actually did some investigation: Totem is too complicate to start with, > Gstreamer-player on the gstreamer website is too old, it even can't be > compiled. > > Thanks a lot for answering! I wrote a very simple one: http://github.com/felipec/gst-player/ It fulfills most of your requirements, except that it's using playbin. However, it should be easy to construct a pipeline manually, as you just need to follow the example in the GStreamer documentation. Cheers. -- Felipe Contreras ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks Felipe and Edward.
The codes you guys pointing to are good reference codes. :) Thanks! Best Regards, Zheng, Huan(ZBT) OTC/SSD/SSG Intel Aisa-Pacific Research & Developement Ltd Tel: 021-6116 6435 Inet: 8821 6435 Cub: 3W035 -----Original Message----- From: Felipe Contreras [mailto:[hidden email]] Sent: 2008年10月15日 17:45 To: Discussion of the development of GStreamer Subject: Re: [gst-devel] Query about Gstreamer sample players On Wed, Oct 15, 2008 at 6:47 AM, Zheng, Huan <[hidden email]> wrote: > Hi, Dear developers > > I'm wondering if there's a sample gstreamer player available? > > This player should be capable of "Play, Pause, Stop, Seek, Query Duration". > And it better constructs pipeline explicitly rather than use decodebin. > > I actually did some investigation: Totem is too complicate to start with, > Gstreamer-player on the gstreamer website is too old, it even can't be > compiled. > > Thanks a lot for answering! I wrote a very simple one: http://github.com/felipec/gst-player/ It fulfills most of your requirements, except that it's using playbin. However, it should be easy to construct a pipeline manually, as you just need to follow the example in the GStreamer documentation. Cheers. -- Felipe Contreras ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
I would like to know where I can find the Gstreamer package that includes the xoverlay.h file that Felipe's example code includes in gst-backend.c and should be in the gst directory; I have installed the X11 pacakge but I can't find this file, so trying to build the example fails. Regards, Javi 2008/10/16 Zheng, Huan <[hidden email]> Thanks Felipe and Edward. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
2009/3/11 Javier Gálvez Guerrero <[hidden email]>:
> Hi, > > I would like to know where I can find the Gstreamer package that includes > the xoverlay.h file that Felipe's example code includes in gst-backend.c and > should be in the gst directory; I have installed the X11 pacakge but I can't > find this file, so trying to build the example fails. It's part of gstreamer-plugins-base. -- Felipe Contreras ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Indeed, I needed to install the libgstreamer-plugins-base0.10-dev package.
Thanks for your answer, Felipe. Best regards, Javi 2009/3/11 Felipe Contreras <[hidden email]> 2009/3/11 Javier Gálvez Guerrero <[hidden email]>: ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |