Skip to content

MarcoQin/QPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 

Repository files navigation

#QPlayer

Music player with ffmpeg\SDL2.0\PyQt\Python C-API surpport

####Lib Dependence:

  • SDL2.0
  • ffmpeg
    • make and install the latest ffmpeg:
      • (maby need: sudo apt-get install yasm)

      • ./configure --enable-shared

      • make

      • sudo make install

      • if can't find lib*.so:

        sudo vi /etc/ld.so.conf add follow lines: include ld.so.conf.d/*.conf /usr/local/libevent-1.4.14b/lib /usr/local/lib

        then: sudo ldconfig

###Uasage:

  • goto core/player_core/, runpython setup.py build.
  • copy core/player_core/build/lib.linux-x86_64-2.7/CPlayer.so to core/
  • python QPlayer.py

###Old versions:

##ScreenShots:

Qmp3player