I can confirm this.

After a little probing, the problem seems to be two fold;

1) Jamendo's ogg streaming is broken
http://www.jamendo.com/en/forums/discussion/10472/ogg-streaming-via-api-results-in-redirect-loop/

2) The Rhythmbox Jamendo plugin hard codes the stream as ogg, so ignores
whichever option is set

/usr/lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py:29
stream_url = 
"http://api.jamendo.com/get2/stream/track/redirect/?id=%s&streamencoding=ogg2";

Just changing the encoding to mp31 (the only other encoding listed in
http://developer.jamendo.com/en/wiki/Musiclist2ApiUsefulQueries) seems
to work for me.

-- 
jamendo loads all streaming files with ogg2 stream encoding
https://bugs.launchpad.net/bugs/532825
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to