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 -- To unsubscribe send a mail to [email protected]
