On Tue, Nov 10, 2009 at 9:23 PM, Matej Kupljen <[email protected]> wrote: > Hi, > > I am working on a demo application and I needed to do it fast so I > decided to use > Python for that. The application has some scrolling text and a video > is played in > part of the screen. I wrote application using pygtk and for video I > used MPlayer. > > Because the scrolling in python is slow, I decided to use clutter. > Bot now, I cannot get MPlayer to play video in a window, because I cannot get > (I can't find that) a window ID, which I can pass to MPlayer trough -wid > option, > > I tried to use gst, but I cannot get it to work with this TV tuner, > while MPlayer > works without the problem. > > Is there a way to get window ID so I can pass it to MPlayer? > Any other option? > > Thank you and best regards, > Matej > -- > To unsubscribe send a mail to [email protected]
If you pass the window ID to mplayer , it will use the whole window for video display , clutter widget will not be able to display. As mplayer only support direct rendering , it will not work with clutter. Please take a look on clutter-gst for another backend. -- To unsubscribe send a mail to [email protected]
