Open GoogleCodeExporter opened 9 years ago
Try latest 0.6.0 release.
Original comment by trialuser02
on 30 Jun 2012 at 7:06
Original comment by trialuser02
on 31 Jan 2013 at 10:19
Any update on this? I would very much like to use JACK with QMMP.
Original comment by xylem2...@gmail.com
on 21 Jun 2014 at 6:46
Please, test latest version and write about here results.
Original comment by trialuser02
on 21 Jun 2014 at 8:33
Since I am on Fedora, the latest I can get through the repos is version 0.7.4
in which this error is produced:
QmmpAudioEngine: selected decoder: mad
DecoderMAD: Xing header detected
DecoderMAD: Total time: 139128
Effect: loaded plugin libbs2b.so
Effect: loaded plugin libcrossfade.so
Effect: loaded plugin libladspa.so
Effect: loaded plugin libsrconverter.so
Effect: loaded plugin libstereo.so
OutputJACK: initialize
ERR:
/builddir/build/BUILD/qmmp-0.7.4/src/plugins/Output/jack/bio2jack.c::JACK_Error(
939) Cannot lock down 107335194 byte memory area (Cannot allocate memory)
ERR:
/builddir/build/BUILD/qmmp-0.7.4/src/plugins/Output/jack/bio2jack.c::JACK_Error(
939) Cannot use real-time scheduling (RR/15)(1: Operation not permitted)
ERR:
/builddir/build/BUILD/qmmp-0.7.4/src/plugins/Output/jack/bio2jack.c::JACK_Error(
939) JackClient::AcquireSelfRealTime error
OutputWriter: [jack] 44100 Hz, 1 ch, s16le
StateHandler: Current state: Buffering; previous state: Stopped
ReplayGain: disabled
StateHandler: Current state: Playing; previous state: Buffering
DecoderMAD: 106496 bytes skipped
===== metadata ======
<song here>
== end of metadata ==
PlayListManager: saving playlists...
DecoderMAD: deleting input_buf
I've tried compiling the latest version by source but it won't compile the JACK
plugin, even with -DUSE_JACK:BOOL=TRUE
I tried using the ALSA plugin with it set to use JACK but I am unable to play
anything:
jack_client_new: deprecated
Cannot lock down 107335194 byte memory area (Cannot allocate memory)
OutputALSA: Error setting format: Invalid argument
OutputWriter: unable to initialize output
StateHandler: Current state: FatalError; previous state: Stopped
OutputALSA: setupMixer()
OutputALSA: setupMixer() success
StateHandler: Current state: Stopped; previous state: FatalError
Ugh, this is frustrating! I am missing some dependency for compiling JACK
support on Fedora?
Original comment by xylem2...@gmail.com
on 21 Jun 2014 at 9:27
Jack plugin requires jack headers. You should install package libjack-devel or
similar. Unfortunately, I cannot reproduce this bug. I use following command to
start jack server (under user):
jackd -r -d alsa -d hw:0
Please, provide me more information about your jack configuration.
Original comment by trialuser02
on 22 Jun 2014 at 8:10
I have the "jack-audio-connection-kit-devel" package from the Fedora repos
installed (this is the header files for Jack). And I still can't get Qmmp to
compile with Jack support. The only way I can get the JACK plugin is from the
Fedora repos for Qmmp (which contain slightly out dated builds).
My setup for JACK is this
method:http://www.trac.jackaudio.org/wiki/WalkThrough/User/PulseOnJack
Original comment by xylem2...@gmail.com
on 26 Jun 2014 at 3:19
You should also install libsamplerate-devel. See full list of build
dependencies here: http://pkgs.fedoraproject.org/cgit/qmmp.git/tree/qmmp.spec
Original comment by trialuser02
on 26 Jun 2014 at 6:40
Alright I've gotten back to this and I can't seem to launch Qmmp after getting
all the required dependencies for Fedora with both Qmmp and Qmmp Plugin Pack.
Everytime I try to start up Qmmp I get this error:
QMMPStarter: no user interface found
If I could get Qmmp to start I'd be able to report if the JACK plugin is still
broken.
Original comment by xylem2...@gmail.com
on 9 Jul 2014 at 7:15
Looks like you should install libxcb-devel and libX11-devel.
Original comment by trialuser02
on 15 Jul 2014 at 11:23
Original issue reported on code.google.com by
thegarag...@gmail.com
on 6 Apr 2012 at 6:34