[Qt-interest] Playing mplayer in slave mode

arun kumar arunkumaraymuo at gmail.com
Wed Mar 18 16:04:19 CET 2009


Hai,


//This part of the code is working fine

process->start("mplayer",QStringList()<<"-slave"<<"-quiet"<<"-idle"<<"/home/quarkmeson/Videos/output.avi");



//but I tried to run a second movie using the below code,I failed to sart
the second media


QString str="loadfile /home/quarkmeson/Videos/sample.mpg 0";

QByteArray arr= str2.toLocal8Bit();

process->write(arr);


is it any idea to play a movie using mplayer in slave mode please help me...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090318/22cc0073/attachment.html 


More information about the Qt-interest-old mailing list