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]
