devsnd / cherrymusic

Stream your own music collection to all your devices! The easy to use free and open-source music streaming server.
http://www.fomori.org/cherrymusic
GNU General Public License v3.0
1.03k stars 189 forks source link

Applying bitrate limit prevents playback #646

Open drewbagel423 opened 7 years ago

drewbagel423 commented 7 years ago

When I set the bitrate limit to any value, I can no longer play any songs. The load into the playlist, I click the play button, but nothing happens. The progress bar doesn't advance and no audio comes out. I've tried setting the limit, closing the page, and coming back in, but no change.

devsnd commented 7 years ago

Hey Drew,

can you please post the output of

cherrymusic --info

thanks.

RubenBrocke commented 7 years ago

I'm having the same issue. the output for me is ' $ cherrymusic --info CherryMusic Server 0.40.0

CherryPy: 8.9.1 Python: CPython 3.6.1 Platform: Linux-4.9.20-std-1-armv7l-with-arch

configuration dir: /home/panda/.config/cherrymusic server data dir: /home/panda/.local/share/cherrymusic static resources dir: /usr/share/cherrymusic/ server package dir: /usr/lib/python3.6/site-packages/cherrymusicserver process working dir: /home/panda/Music

locale: ('en_US', 'UTF-8'), default: ('en_US', 'UTF-8') filesystem encoding: utf-8

Available Decoders: wav (cat) Available Encoders: mp3 (lame) wav (cat) '

devsnd commented 6 years ago

Hey Ruben,

It seems you have not installed any codecs to de/encode your music.

Please install all the encoders and decoders as described in the wiki here, e.g. ogg, mp3 and aac transcoders and report back if the problem persists.