Hi Rno, thank you very much. I installed vlc-vout-clutter and now everything works.
I have only one more question for you. In the README file of your clutter-vlc it's written that clutter >= 0.8.0 is required. However when I lounch configure it says it requires clutter >= 0.9.0. So I dowloaded and compiled clutter-0.9.0 and, as I said, everything works. However I would need to use it with clutter-0.8 because I need it for a device (MID) that doesn't easyly support newer versions. Do you think it possible to compile it for clutter-0.8? Thanks a lot again. Billy --- Mar 7/4/09, Arnaud VALLAT <[email protected]> ha scritto: Da: Arnaud VALLAT <[email protected]> Oggetto: Re: [clutter] Texture and VLC window A: [email protected] Cc: [email protected] Data: Martedì 7 Aprile 2009, 18:25 Hello, the behaviour you are describing means that you don't have installed vlc-vout-clutter. Once compiled with make just type sudo make install, it will install the module in the video_output of vlc. Then, re-try the video-player it should work better. About your second question, it seems the end of the question is missing :-) Let me know if the 'make install' solves your problem. Regards Rno On Tue, Apr 7, 2009 at 6:58 PM, Liborio Nemorini <[email protected]> wrote: > Hello Rno, > I'm new both to vlc and clutter so I apologize if my question seems trivial. > I downloaded and compiled both your libraries. > > About clutter-vlc: > Then I tried to launch the executable video-player in the directory > examples. I obtained a behavior that I did not expect. The clutter stage > appears in a part of the screen, while the vlc stream appears in a > independent window somewhere else in the screen. Is that correct? If not (as > I guess, have you any idea of why this happens? > > About vlc-vout-clutter: > I compiled it and I obtained a library file, but I'm not sure how to use it. > Also I don't understand if I have to use it combined with clutter-vlc. Could > you please explain to me what's the role of this library and how does it > interact with clutter-vlc? Could you please supply any sample code? > > Thanks a lot in advance. > Billy > The second question I have for you is that I don't understand > > From: Arnaud VALLAT <rno.rno_at_gmail.com> > Date: Wed, 1 Apr 2009 22:34:50 +0200 > > Hello, > > I have done a video output module for VLC and an implementation of > ClutterMedia so called clutter-vlc. It's in plain C, and it still > needs some work, but it already work. > > The video output module renders within a ClutterTexture, so you don't > need any window handle. It compiles outside the VLC source tree, you > just need VLC installed. > > http://github.com/rno/vlc-vout-clutter/ > http://github.com/rno/clutter-vlc/ > > Hopes it helps > > Rno > -- "Given enough eyeballs, all bugs are shallow" Eric Steven Raymond
