Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. HOW TO DO A REMOTE CONTROL WITH MPG321 OR OMXPLAYER ON RASPBERRY USING QT

HOW TO DO A REMOTE CONTROL WITH MPG321 OR OMXPLAYER ON RASPBERRY USING QT

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    paul_espinosa
    wrote on last edited by
    #1

    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 support

    i 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 bits

    i 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 do

    NOW i saw these links
    https://www.youtube.com/watch?v=DE1KayPq_xI
    https://github.com/xundesign/mp-led

    he 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

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ckakman
      wrote on last edited by
      #2

      Hi,

      You can use "QProcess":http://doc.qt.io/qt-5/qprocess.html to launch other processes and control them.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved