[Qt-interest] VLC on Phonon

Daniel França daniel.franca at gmail.com
Wed Nov 30 23:42:28 CET 2011


Hi, thanks for the answer.

My motivation is that it can simplify the maintenance and use of my app.
For example: Now if I use the default backends for Phonon it's using QT for
Mac, DirectShow for Windows (both for XP and Vista/7, I guess) and
GStreamer for Linux, so I've to care about the codecs installed in the host
pc, etc.
If I move to VLC it's present in all platforms and I can put the codecs in
my setup app, with no need to care about what codec is installed or not.

furthermore if I try to run wmv on Mac/QT, even using Flip4Mac isn't 100%
fine.
I've found the Phonon VLC KDE project:
https://projects.kde.org/projects/kdesupport/phonon
but there's no documentation and now I think it's only for KDE.


On Wed, Nov 30, 2011 at 5:54 PM, Jason H <scorp1us at yahoo.com> wrote:

> My understanding the the back ends are incompatible. Please forgive me if
> any of what I am about to say is in correct, but the last time I looked
> into it I remember it was something like this...
> VLC and Phonon both use FFMPEG but VLC uses FFMPEG directly and does not
> expose the things as FFPMEG/Phonon does. While you could use VLC it would
> require someone to write a controlling module for the out-of-process VLC
> app. However if both your system and VLC are using FFMPEG, then what is the
> point?  But I think the real issue here is how your system's FFMPEG is
> compiled. VLC might have some additional codecs compiled in? So in the
> end, I don't see why this VLC backend is needed. When I realized this, I
> put more time into getting FFMPEG properly config'd and compiled, and got a
> usable result.
>
> What is the motivation for VLC?
>
>
>   ------------------------------
> *From:* Daniel França <daniel.franca at gmail.com>
> *To:* qt-interest <qt-interest at trolltech.com>
> *Sent:* Wednesday, November 30, 2011 12:59 PM
> *Subject:* Re: [Qt-interest] VLC on Phonon
>
> Nobody is using Qt Phonon with VLC?
> Is this possible? Or I can use VLC only with KDE-Phonon?
>
>
> 2011/11/27 Daniel França <daniel.franca at gmail.com>
>
> Anyone?
>
>
> 2011/11/23 Daniel França <daniel.franca at gmail.com>
>
> Hi all,
> I'm developing a video player application using Qt4.7.4 and Phonon.
> I did some tests using QuickTime backend on Mac, but it's doesn't seem
> good as I want these.
>
> For example. I'd to install flip4mac to run wmv files, but even with that
> the seekslider doesn't work (Not even in QuickTime player)
> So I decided to move to another backend, specfically to VLC backend.
>
> But I'm googling for some examples to change the backend on Mac to VLC
> with no success.
>
> I tried to download de vlc-phonon src, but I still can't compile that,
> tried to install kde-Phonon via brew, no success...
>
> Looked at VLC developers corner and didn't find anything too... (It only
> says that VLC can be used as backend for Qt Phonon).
>
> Anyone has any tips or websites to recommend to do that?
>
> Anothers suggestions are welcome too.
>
> Best Regards,
> Daniel França
>
>
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111130/e67d339f/attachment.html 


More information about the Qt-interest-old mailing list