Re: [Mlt-devel] Several videos in several Qt widget

2012-01-19 Thread Dan Dennedy
On Thu, Jan 19, 2012 at 4:18 AM, bettinger cédric wrote: > Hello, > > Is there a way to display several videos in several qt widgets ? It is not possible to play multiple simultaneously while using SDL. If you need simultaneous playing, you need to use an audio only consumer and then listen for t

[Mlt-devel] Several videos in several Qt widget

2012-01-19 Thread bettinger cédric
Hello, Is there a way to display several videos in several qt widgets ? here is an extract of my code : m_consumer->set("window_id", (int) this->videoWidget->winId()); Right now I can play one video in one widget. If I try to open another video in a second widget, then I only see the first video p