Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, April 2008
Re: creating mediaplayer with Qt 4.3.4 for avi playback and QLibrary doubts


Message 1 in thread

> is it possible to load 
> libgstflump3dec.so using QLibrary and it is actually third party mp3
> plugin for fedora core 6. i am using Qt 4.3.4 in fedora core 6.
> so, is it possible to load the above .so file or ffmpeg library in to Qt
> using Qlibrary or anyother means , and make an audio or video file to
> play in Qt 4.3.4 using QMovie or QSound or by anyother means.
> i know it is possible with phonon with Qt 4.4 but i dont want that.
> 
> regards
> madhan kumar.R

As I already pointed out, QMovie cannot be used for this purpose. You 
will have to use GStreamer directly in your application. GStreamer 
allows you to overlay video on any X11 window so all you will require 
from Qt is a visible QWidget in your application.

This is really outside the scope of this forum so I would recommend 
asking any questions you may have on how to use GStreamer in your 
application in one of the GStreamer related mailing lists instead.

See http://gstreamer.freedesktop.org/lists/ for more information.

> 
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.
> 
> Contact your Administrator for further information.
> 
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/


-- 
 [ signature omitted ]