PlayMusicCL
PlayMusicCL copied to clipboard
No audio
So, now I can get logged in and I can queue up music -- but PLAY doesn't produce any output.
I've installed python-gst*
packages, including -dev
. I usually use cmus
for music, so I'm pretty sure ALSA works and volume levels are appropriate. Any idea how to debug what's going wrong?
Debian.
same issue. i have to run some errands but i'm going to mess with this a bit later today. i suspect it's a "i forgot to install something" issue
I was having similar issues on Debian 8, installing gstreamer0.10 and its very long list of extra packages did the trick in my case.
Looks as if gstreamer0.10-plugins-ugly
is the magic package that fixes it for me, though I also installed the lame, alsa and pulseaudio packages.
gstreamer-plugins-ugly.x86_64 0.10.19-18.fc22 did not fix it on fedora 22.
Even installed 250 megs of gstreamer stuff with sudo dnf install gstreamer1*
nothing.
I'm thing it might have something to do with the deprecation of register_sinkfunc, which isn't a problem on my Fedora 21 laptop, but might be on Fedora 22
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Interestingly, the song will not finish "playing". No matter how long you wait. That's the best I got. Luckily my workstation should be able to better handle the memory leaks GMusic's web client causes on chrome for linux.
This is strange. I had it working in Mint just by following the instructions and now that i'm using Debian it just doesnt work. From what i can tell i have all the same packages i had installed on Mint. I'm just glad i'm not the only one with this issue. I thought i did something nasty to it when i had to purge my python install 10 times just to get it too work. Stupid Debian stable and it's old packages....
Seeing this issue now, Installing the packages does not help for me. I'm on Debian testing
EDIT: Fixed this by using the git version, and not the one on pypi
I was just able to fix this on debian-testing by installing "gstreamer-1.0-plugins-good".