HOW TO DO A REMOTE CONTROL WITH MPG321 OR OMXPLAYER ON RASPBERRY USING QT
-
i need to play mp3 files on my raspberry pi and i can change songs mute and stop(i have these aplicacion on my laptop on ubuntu and qt 5.3.2)..
.i compilated my qt5 from these link http://www.alvarolara.com/2014/08/22/como-instalar-qt-5-2-en-raspberry-pi/
i can compilate qt projects on my raspberry but qtmultimedia is not supporti trie croos compilate of these links
http://qt-project.org/wiki/RaspberryPi
http://www.ics.com/blog/building-qt-5-raspberry-pi#.VKFUTACJv
http://thebugfreeblog.blogspot.it/2012/11/bring-up-qt-50-on-raspberry-pi.html
http://qt-project.org/wiki/RaspberryPi_Beginners_guide
but i can not compilate anything i am working on ubunto14.04 64 bitsi instaled qt4 on my raspberry but phonon is not support
i tried to use libs of gstreamer or qtgstreamer but i cant use that
i dont now that i can doNOW i saw these links
https://www.youtube.com/watch?v=DE1KayPq_xI
https://github.com/xundesign/mp-ledhe has a media player of mp3 songs I NEED THAT but the code is on pyton
if somebody has an idea to do on c++
or some tutorial to use subprocess popen -
Hi,
You can use "QProcess":http://doc.qt.io/qt-5/qprocess.html to launch other processes and control them.