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
